#C7EF48

Color #C7EF48 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #C7EF48

Tints of Las Palmas #C7EF48

Color information

#C7EF48 (or 0xC7EF48) is unknown color: approx Las Palmas. HEX triplet: C7, EF and 48. RGB value is (199,239,72). Sum of RGB (Red+Green+Blue) = 199+239+72=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 72 (28.52% from 255 or 14.12% from 510); Max value from RGB is 239 - color contains mainly: green. Hex color #C7EF48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7EF48 is #3810B7. Grayscale: #D0D0D0. Windows color (decimal): -3674296 or 4779975. OLE color: 4779975.

HSL color Cylindrical-coordinate representation of color #C7EF48: hue angle of 74.37º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7EF48 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB19923972-
CMYK0.1700.700.06
HSL74.37º83.92%60.98%-
HSV(B)74.37º69.87%93.73%-
XYZ55.5974.3417.55-
YUV20851.25121.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 39.02%
GREEN value IS 239 (93.75% from 255) = 46.86%
BLUE value IS 72 (28.52% from 255) = 14.12%
R=39.02%
G=46.86%
B=14.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal199239720.1700.700.0674.3783.9260.98
HexC7EF481104664a543d
Octal307357110210106611212475
Binary11000111111011111001000100010100011011010010101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EF48; }

 p { color: rgb(199,239,72); }

 H1.HeaderClassName
 {
   color: #C7EF48;
 }
 .AnyTagClassName
 {
   color: #C7EF48;
 }
</style>
background-color css

<style>
 a { background-color: #C7EF48; }

 a { background-color: rgb(199,239,72); }

 div.DivClassName
 {
   background-color: #C7EF48;
 }
 .BgClassName
 {
   background-color: #C7EF48;
 }
</style>
border-color css

<style>
 span { border-color: #C7EF48; }

 span { border-color: rgb(199,239,72); }

 td.TdClassName
 {
   border-color: #C7EF48;
 }
 .TagClassName
 {
   border-color: #C7EF48;
 }
</style>