Html Css Color HEX #C4EA42 Las Palmas

📋 copy color: '#C4EA42'

red 196 ◦ green 234 ◦ blue 66

#C4EA42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #C4EA42

Tints of Las Palmas #C4EA42

RGB

 RED value IS 196 (76.95% from 255) = 39.52%

 GREEN value IS 234 (91.8% from 255) = 47.18%

 BLUE value IS 66 (26.17% from 255) = 13.31%

R = 39.52%
G = 47.18%
B = 13.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#C4EA42 (or 0xC4EA42) is known color: Las Palmas. HEX triplet: C4, EA and 42. RGB value is (196,234,66). Sum of RGB (Red+Green+Blue) = 196+234+66=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 66 (26.17% from 255 or 13.31% from 496); Max value from RGB is 234 - color contains mainly: green. Hex color #C4EA42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4EA42 is #3B15BD. Grayscale: #CCCCCC. Windows color (decimal): -3872190 or 4385476. OLE color: 4385476.

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

Color convert

RGB 196 234 66 -
CMYK 0.16 0 0.72 0.08
HSL 73.57º 0.8% 0.59% -
HSV(B) 73.57º 0.72% 0.92% -
XYZ 53.17 70.97 16.05 -
YUV 203.49 50.41 122.66 -
System Red Green Blue C M Y K H S L
Decimal 196 234 66 0.16 0 0.72 0.08 73.57 0.8 0.59
Hex C4 EA 42 10 0 48 8 4A 50 3B
Octal 304 352 102 20 0 110 10 112 120 73
Binary 11000100 11101010 1000010 10000 0 1001000 1000 1001010 1010000 111011

Color Harmonies of #C4EA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4EA42

Black with #C4EA42

Text Example


Text Example

White with #C4EA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4EA42; }

 p { color: rgb(196,234,66); }

 H1.HeaderClassName
 {
   color: #C4EA42;
 }
 .AnyTagClassName
 {
   color: #C4EA42;
 }
</style>

background-color css

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

 a { background-color: rgb(196,234,66); }

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

border-color css

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

 span { border-color: rgb(196,234,66); }

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