Html Css Color HEX #C8DD82 Sulu

📋 copy color: '#C8DD82'

red 200 ◦ green 221 ◦ blue 130

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

Shades of Sulu #C8DD82

Tints of Sulu #C8DD82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.59%

R = 36.3%
G = 40.11%
B = 23.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#C8DD82 (or 0xC8DD82) is known color: Sulu. HEX triplet: C8, DD and 82. RGB value is (200,221,130). Sum of RGB (Red+Green+Blue) = 200+221+130=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DD82 is #37227D. Grayscale: #CCCCCC. Windows color (decimal): -3613310 or 8576456. OLE color: 8576456.

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

Color convert

RGB 200 221 130 -
CMYK 0.10 0 0.41 0.13
HSL 73.85º 0.57% 0.69% -
HSV(B) 73.85º 0.41% 0.87% -
XYZ 53.71 65.6 30.95 -
YUV 204.35 86.04 124.9 -
System Red Green Blue C M Y K H S L
Decimal 200 221 130 0.10 0 0.41 0.13 73.85 0.57 0.69
Hex C8 DD 82 A 0 29 D 4A 39 45
Octal 310 335 202 12 0 51 15 112 71 105
Binary 11001000 11011101 10000010 1010 0 101001 1101 1001010 111001 1000101

Color Harmonies of #C8DD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DD82

Black with #C8DD82

Text Example


Text Example

White with #C8DD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DD82; }

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

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

background-color css

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

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

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

border-color css

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

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

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