#C7EA40

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

Shades of Las Palmas #C7EA40

Tints of Las Palmas #C7EA40

Color information

#C7EA40 (or 0xC7EA40) is unknown color: approx Las Palmas. HEX triplet: C7, EA and 40. RGB value is (199,234,64). Sum of RGB (Red+Green+Blue) = 199+234+64=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7EA40 is #3815BF. Grayscale: #CCCCCC. Windows color (decimal): -3675584 or 4254407. OLE color: 4254407.

HSL color Cylindrical-coordinate representation of color #C7EA40: hue angle of 72.35º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7EA40 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB19923464-
CMYK0.1500.730.08
HSL72.35º80.19%58.43%-
HSV(B)72.35º72.65%91.76%-
XYZ53.971.3615.78-
YUV204.1648.9124.32-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.04%
GREEN value IS 234 (91.80% from 255) = 47.08%
BLUE value IS 64 (25.39% from 255) = 12.88%
R=40.04%
G=47.08%
B=12.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal199234640.1500.730.0872.3580.1958.43
HexC7EA40F049848503a
Octal3073521001701111011012072
Binary11000111111010101000000111101001001100010010001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EA40; }

 p { color: rgb(199,234,64); }

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

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

 a { background-color: rgb(199,234,64); }

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

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

 span { border-color: rgb(199,234,64); }

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