Html Css Color HEX #C2DD82 Sulu

📋 copy color: '#C2DD82'

red 194 ◦ green 221 ◦ blue 130

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

Shades of Sulu #C2DD82

Tints of Sulu #C2DD82

RGB

 RED value IS 194 (76.17% from 255) = 35.6%

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

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

R = 35.6%
G = 40.55%
B = 23.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#C2DD82 (or 0xC2DD82) is known color: Sulu. HEX triplet: C2, DD and 82. RGB value is (194,221,130). Sum of RGB (Red+Green+Blue) = 194+221+130=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DD82 is #3D227D. Grayscale: #CACACA. Windows color (decimal): -4006526 or 8576450. OLE color: 8576450.

HSL color Cylindrical-coordinate representation of color #C2DD82: hue angle of 77.8º 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 #C2DD82 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 221 130 -
CMYK 0.12 0 0.41 0.13
HSL 77.8º 0.57% 0.69% -
HSV(B) 77.8º 0.41% 0.87% -
XYZ 52.13 64.79 30.88 -
YUV 202.55 87.05 121.9 -
System Red Green Blue C M Y K H S L
Decimal 194 221 130 0.12 0 0.41 0.13 77.8 0.57 0.69
Hex C2 DD 82 C 0 29 D 4E 39 45
Octal 302 335 202 14 0 51 15 116 71 105
Binary 11000010 11011101 10000010 1100 0 101001 1101 1001110 111001 1000101

Color Harmonies of #C2DD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DD82

Black with #C2DD82

Text Example


Text Example

White with #C2DD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DD82; }

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

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

background-color css

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

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

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

border-color css

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

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

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