#C2EC35

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

Shades of Las Palmas #C2EC35

Tints of Las Palmas #C2EC35

Color information

#C2EC35 (or 0xC2EC35) is unknown color: approx Las Palmas. HEX triplet: C2, EC and 35. RGB value is (194,236,53). Sum of RGB (Red+Green+Blue) = 194+236+53=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 53 (21.09% from 255 or 10.97% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #C2EC35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EC35 is #3D13CA. Grayscale: #CBCBCB. Windows color (decimal): -4002763 or 3534018. OLE color: 3534018.

HSL color Cylindrical-coordinate representation of color #C2EC35: hue angle of 73.77º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2EC35 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB19423653-
CMYK0.1800.780.07
HSL73.77º82.81%56.67%-
HSV(B)73.77º77.54%92.55%-
XYZ52.8971.7214.42-
YUV202.5843.59121.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.17%
GREEN value IS 236 (92.58% from 255) = 48.86%
BLUE value IS 53 (21.09% from 255) = 10.97%
R=40.17%
G=48.86%
B=10.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal194236530.1800.780.0773.7782.8156.67
HexC2EC351204E74a5339
Octal30235465220116711212371
Binary1100001011101100110101100100100111011110010101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EC35; }

 p { color: rgb(194,236,53); }

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

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

 a { background-color: rgb(194,236,53); }

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

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

 span { border-color: rgb(194,236,53); }

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