Html Css Color HEX #C2DD6E Sulu

📋 copy color: '#C2DD6E'

red 194 ◦ green 221 ◦ blue 110

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

Shades of Sulu #C2DD6E

Tints of Sulu #C2DD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.95%

R = 36.95%
G = 42.1%
B = 20.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#C2DD6E (or 0xC2DD6E) is known color: Sulu. HEX triplet: C2, DD and 6E. RGB value is (194,221,110). Sum of RGB (Red+Green+Blue) = 194+221+110=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DD6E is #3D2291. Grayscale: #C8C8C8. Windows color (decimal): -4006546 or 7265730. OLE color: 7265730.

HSL color Cylindrical-coordinate representation of color #C2DD6E: hue angle of 74.59º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2DD6E is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 221 110 -
CMYK 0.12 0 0.50 0.13
HSL 74.59º 0.62% 0.65% -
HSV(B) 74.59º 0.5% 0.87% -
XYZ 50.92 64.31 24.48 -
YUV 200.27 77.05 123.53 -
System Red Green Blue C M Y K H S L
Decimal 194 221 110 0.12 0 0.50 0.13 74.59 0.62 0.65
Hex C2 DD 6E C 0 32 D 4B 3E 41
Octal 302 335 156 14 0 62 15 113 76 101
Binary 11000010 11011101 1101110 1100 0 110010 1101 1001011 111110 1000001

Color Harmonies of #C2DD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DD6E

Black with #C2DD6E

Text Example


Text Example

White with #C2DD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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