Html Css Color HEX #C8DB84 Sulu

📋 copy color: '#C8DB84'

red 200 ◦ green 219 ◦ blue 132

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

Shades of Sulu #C8DB84

Tints of Sulu #C8DB84

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.75%

 BLUE value IS 132 (51.95% from 255) = 23.96%

R = 36.3%
G = 39.75%
B = 23.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#C8DB84 (or 0xC8DB84) is known color: Sulu. HEX triplet: C8, DB and 84. RGB value is (200,219,132). Sum of RGB (Red+Green+Blue) = 200+219+132=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 132 (51.95% from 255 or 23.96% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DB84 is #37247B. Grayscale: #CBCBCB. Windows color (decimal): -3613820 or 8707016. OLE color: 8707016.

HSL color Cylindrical-coordinate representation of color #C8DB84: hue angle of 73.1º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8DB84 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 219 132 -
CMYK 0.09 0 0.40 0.14
HSL 73.1º 0.55% 0.69% -
HSV(B) 73.1º 0.4% 0.86% -
XYZ 53.32 64.61 31.49 -
YUV 203.4 87.71 125.57 -
System Red Green Blue C M Y K H S L
Decimal 200 219 132 0.09 0 0.40 0.14 73.1 0.55 0.69
Hex C8 DB 84 9 0 28 E 49 37 45
Octal 310 333 204 11 0 50 16 111 67 105
Binary 11001000 11011011 10000100 1001 0 101000 1110 1001001 110111 1000101

Color Harmonies of #C8DB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DB84

Black with #C8DB84

Text Example


Text Example

White with #C8DB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DB84; }

 p { color: rgb(200,219,132); }

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

background-color css

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

 a { background-color: rgb(200,219,132); }

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

border-color css

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

 span { border-color: rgb(200,219,132); }

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