#C3EA45

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

Shades of Las Palmas #C3EA45

Tints of Las Palmas #C3EA45

Color information

#C3EA45 (or 0xC3EA45) is unknown color: approx Las Palmas. HEX triplet: C3, EA and 45. RGB value is (195,234,69). Sum of RGB (Red+Green+Blue) = 195+234+69=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 69 (27.34% from 255 or 13.86% from 498); Max value from RGB is 234 - color contains mainly: green. Hex color #C3EA45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3EA45 is #3C15BA. Grayscale: #CCCCCC. Windows color (decimal): -3937723 or 4582083. OLE color: 4582083.

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

Color convert

RGB19523469-
CMYK0.1700.710.08
HSL74.18º79.71%59.41%-
HSV(B)74.18º70.51%91.76%-
XYZ5370.8816.52-
YUV203.5352.08121.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.16%
GREEN value IS 234 (91.80% from 255) = 46.99%
BLUE value IS 69 (27.34% from 255) = 13.86%
R=39.16%
G=46.99%
B=13.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal195234690.1700.710.0874.1879.7159.41
HexC3EA451104784a503b
Octal3033521052101071011212073
Binary110000111110101010001011000101000111100010010101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EA45; }

 p { color: rgb(195,234,69); }

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

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

 a { background-color: rgb(195,234,69); }

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

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

 span { border-color: rgb(195,234,69); }

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