Html Css Color HEX #C4E532 Las Palmas

📋 copy color: '#C4E532'

red 196 ◦ green 229 ◦ blue 50

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

Shades of Las Palmas #C4E532

Tints of Las Palmas #C4E532

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.21%

 BLUE value IS 50 (19.92% from 255) = 10.53%

R = 41.26%
G = 48.21%
B = 10.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#C4E532 (or 0xC4E532) is known color: Las Palmas. HEX triplet: C4, E5 and 32. RGB value is (196,229,50). Sum of RGB (Red+Green+Blue) = 196+229+50=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 229 (89.84% from 255 or 48.21% from 475); Blue value is 50 (19.92% from 255 or 10.53% from 475); Max value from RGB is 229 - color contains mainly: green. Hex color #C4E532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E532 is #3B1ACD. Grayscale: #C7C7C7. Windows color (decimal): -3873486 or 3335620. OLE color: 3335620.

HSL color Cylindrical-coordinate representation of color #C4E532: hue angle of 71.06º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4E532 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 196 229 50 -
CMYK 0.14 0 0.78 0.10
HSL 71.06º 0.77% 0.55% -
HSV(B) 71.06º 0.78% 0.9% -
XYZ 51.36 68 13.44 -
YUV 198.73 44.07 126.05 -
System Red Green Blue C M Y K H S L
Decimal 196 229 50 0.14 0 0.78 0.10 71.06 0.77 0.55
Hex C4 E5 32 E 0 4E A 47 4D 37
Octal 304 345 62 16 0 116 12 107 115 67
Binary 11000100 11100101 110010 1110 0 1001110 1010 1000111 1001101 110111

Color Harmonies of #C4E532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E532

Black with #C4E532

Text Example


Text Example

White with #C4E532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E532; }

 p { color: rgb(196,229,50); }

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

background-color css

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

 a { background-color: rgb(196,229,50); }

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

border-color css

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

 span { border-color: rgb(196,229,50); }

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