#C2E245

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

Shades of Las Palmas #C2E245

Tints of Las Palmas #C2E245

Color information

#C2E245 (or 0xC2E245) is unknown color: approx Las Palmas. HEX triplet: C2, E2 and 45. RGB value is (194,226,69). Sum of RGB (Red+Green+Blue) = 194+226+69=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E245 is #3D1DBA. Grayscale: #C7C7C7. Windows color (decimal): -4005307 or 4580034. OLE color: 4580034.

HSL color Cylindrical-coordinate representation of color #C2E245: hue angle of 72.23º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2E245 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB19422669-
CMYK0.1400.690.11
HSL72.23º73.02%57.84%-
HSV(B)72.23º69.47%88.63%-
XYZ50.5266.2915.76-
YUV198.5354.9124.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.67%
GREEN value IS 226 (88.67% from 255) = 46.22%
BLUE value IS 69 (27.34% from 255) = 14.11%
R=39.67%
G=46.22%
B=14.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal194226690.1400.690.1172.2373.0257.84
HexC2E245E045B48493a
Octal3023421051601051311011172
Binary11000010111000101000101111001000101101110010001001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E245; }

 p { color: rgb(194,226,69); }

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

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

 a { background-color: rgb(194,226,69); }

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

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

 span { border-color: rgb(194,226,69); }

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