#C2E03B

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

Shades of Las Palmas #C2E03B

Tints of Las Palmas #C2E03B

Color information

#C2E03B (or 0xC2E03B) is unknown color: approx Las Palmas. HEX triplet: C2, E0 and 3B. RGB value is (194,224,59). Sum of RGB (Red+Green+Blue) = 194+224+59=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 59 (23.44% from 255 or 12.37% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E03B is #3D1FC4. Grayscale: #C4C4C4. Windows color (decimal): -4005829 or 3924162. OLE color: 3924162.

HSL color Cylindrical-coordinate representation of color #C2E03B: hue angle of 70.91º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2E03B is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB19422459-
CMYK0.1300.740.12
HSL70.91º72.69%55.49%-
HSV(B)70.91º73.66%87.84%-
XYZ49.6965.114.08-
YUV196.2250.56126.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.67%
GREEN value IS 224 (87.89% from 255) = 46.96%
BLUE value IS 59 (23.44% from 255) = 12.37%
R=40.67%
G=46.96%
B=12.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal194224590.1300.740.1270.9172.6955.49
HexC2E03BD04AC474937
Octal302340731501121410711167
Binary1100001011100000111011110101001010110010001111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E03B; }

 p { color: rgb(194,224,59); }

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

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

 a { background-color: rgb(194,224,59); }

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

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

 span { border-color: rgb(194,224,59); }

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