Html Css Color HEX #C2DD7C Sulu

📋 copy color: '#C2DD7C'

red 194 ◦ green 221 ◦ blue 124

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

Shades of Sulu #C2DD7C

Tints of Sulu #C2DD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.01%

R = 35.99%
G = 41%
B = 23.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#C2DD7C (or 0xC2DD7C) is known color: Sulu. HEX triplet: C2, DD and 7C. RGB value is (194,221,124). Sum of RGB (Red+Green+Blue) = 194+221+124=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DD7C is #3D2283. Grayscale: #CACACA. Windows color (decimal): -4006532 or 8183234. OLE color: 8183234.

HSL color Cylindrical-coordinate representation of color #C2DD7C: hue angle of 76.7º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2DD7C is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 221 124 -
CMYK 0.12 0 0.44 0.13
HSL 76.7º 0.59% 0.68% -
HSV(B) 76.7º 0.44% 0.87% -
XYZ 51.74 64.64 28.82 -
YUV 201.87 84.05 122.39 -
System Red Green Blue C M Y K H S L
Decimal 194 221 124 0.12 0 0.44 0.13 76.7 0.59 0.68
Hex C2 DD 7C C 0 2C D 4D 3B 44
Octal 302 335 174 14 0 54 15 115 73 104
Binary 11000010 11011101 1111100 1100 0 101100 1101 1001101 111011 1000100

Color Harmonies of #C2DD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DD7C

Black with #C2DD7C

Text Example


Text Example

White with #C2DD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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