Html Css Color HEX #C8E032 Las Palmas

📋 copy color: '#C8E032'

red 200 ◦ green 224 ◦ blue 50

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

Shades of Las Palmas #C8E032

Tints of Las Palmas #C8E032

RGB

 RED value IS 200 (78.52% from 255) = 42.19%

 GREEN value IS 224 (87.89% from 255) = 47.26%

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

R = 42.19%
G = 47.26%
B = 10.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#C8E032 (or 0xC8E032) is known color: Las Palmas. HEX triplet: C8, E0 and 32. RGB value is (200,224,50). Sum of RGB (Red+Green+Blue) = 200+224+50=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 50 (19.92% from 255 or 10.55% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8E032 is #371FCD. Grayscale: #C5C5C5. Windows color (decimal): -3612622 or 3334344. OLE color: 3334344.

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

Color convert

RGB 200 224 50 -
CMYK 0.11 0 0.78 0.12
HSL 68.28º 0.74% 0.54% -
HSV(B) 68.28º 0.78% 0.88% -
XYZ 51.05 65.82 13.03 -
YUV 196.99 45.05 130.15 -
System Red Green Blue C M Y K H S L
Decimal 200 224 50 0.11 0 0.78 0.12 68.28 0.74 0.54
Hex C8 E0 32 B 0 4E C 44 4A 36
Octal 310 340 62 13 0 116 14 104 112 66
Binary 11001000 11100000 110010 1011 0 1001110 1100 1000100 1001010 110110

Color Harmonies of #C8E032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8E032

Black with #C8E032

Text Example


Text Example

White with #C8E032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8E032; }

 p { color: rgb(200,224,50); }

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

background-color css

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

 a { background-color: rgb(200,224,50); }

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

border-color css

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

 span { border-color: rgb(200,224,50); }

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