#C2EA36

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

Shades of Las Palmas #C2EA36

Tints of Las Palmas #C2EA36

Color information

#C2EA36 (or 0xC2EA36) is unknown color: approx Las Palmas. HEX triplet: C2, EA and 36. RGB value is (194,234,54). Sum of RGB (Red+Green+Blue) = 194+234+54=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 54 (21.48% from 255 or 11.20% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EA36 is #3D15C9. Grayscale: #CACACA. Windows color (decimal): -4003274 or 3599042. OLE color: 3599042.

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

Color convert

RGB19423454-
CMYK0.1700.770.08
HSL73.33º81.08%56.47%-
HSV(B)73.33º76.92%91.76%-
XYZ52.3470.5814.36-
YUV201.5244.75122.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.25%
GREEN value IS 234 (91.80% from 255) = 48.55%
BLUE value IS 54 (21.48% from 255) = 11.20%
R=40.25%
G=48.55%
B=11.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal194234540.1700.770.0873.3381.0856.47
HexC2EA361104D8495138
Octal302352662101151011112170
Binary11000010111010101101101000101001101100010010011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EA36; }

 p { color: rgb(194,234,54); }

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

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

 a { background-color: rgb(194,234,54); }

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

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

 span { border-color: rgb(194,234,54); }

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