Html Css Color HEX #C8DD72 Sulu

📋 copy color: '#C8DD72'

red 200 ◦ green 221 ◦ blue 114

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

Shades of Sulu #C8DD72

Tints of Sulu #C8DD72

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.31%

 BLUE value IS 114 (44.92% from 255) = 21.31%

R = 37.38%
G = 41.31%
B = 21.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#C8DD72 (or 0xC8DD72) is known color: Sulu. HEX triplet: C8, DD and 72. RGB value is (200,221,114). Sum of RGB (Red+Green+Blue) = 200+221+114=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DD72 is #37228D. Grayscale: #CACACA. Windows color (decimal): -3613326 or 7527880. OLE color: 7527880.

HSL color Cylindrical-coordinate representation of color #C8DD72: hue angle of 71.78º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8DD72 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 221 114 -
CMYK 0.10 0 0.48 0.13
HSL 71.78º 0.61% 0.66% -
HSV(B) 71.78º 0.48% 0.87% -
XYZ 52.71 65.21 25.73 -
YUV 202.52 78.04 126.2 -
System Red Green Blue C M Y K H S L
Decimal 200 221 114 0.10 0 0.48 0.13 71.78 0.61 0.66
Hex C8 DD 72 A 0 30 D 48 3D 42
Octal 310 335 162 12 0 60 15 110 75 102
Binary 11001000 11011101 1110010 1010 0 110000 1101 1001000 111101 1000010

Color Harmonies of #C8DD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DD72

Black with #C8DD72

Text Example


Text Example

White with #C8DD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DD72; }

 p { color: rgb(200,221,114); }

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

background-color css

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

 a { background-color: rgb(200,221,114); }

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

border-color css

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

 span { border-color: rgb(200,221,114); }

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