Html Css Color HEX #C0DD6D Sulu

📋 copy color: '#C0DD6D'

red 192 ◦ green 221 ◦ blue 109

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

Shades of Sulu #C0DD6D

Tints of Sulu #C0DD6D

RGB

 RED value IS 192 (75.39% from 255) = 36.78%

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

 BLUE value IS 109 (42.97% from 255) = 20.88%

R = 36.78%
G = 42.34%
B = 20.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#C0DD6D (or 0xC0DD6D) is known color: Sulu. HEX triplet: C0, DD and 6D. RGB value is (192,221,109). Sum of RGB (Red+Green+Blue) = 192+221+109=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 109 (42.97% from 255 or 20.88% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DD6D is #3F2292. Grayscale: #C7C7C7. Windows color (decimal): -4137619 or 7200192. OLE color: 7200192.

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

Color convert

RGB 192 221 109 -
CMYK 0.13 0 0.51 0.13
HSL 75.54º 0.62% 0.65% -
HSV(B) 75.54º 0.51% 0.87% -
XYZ 50.35 64.02 24.17 -
YUV 199.56 76.89 122.61 -
System Red Green Blue C M Y K H S L
Decimal 192 221 109 0.13 0 0.51 0.13 75.54 0.62 0.65
Hex C0 DD 6D D 0 33 D 4C 3E 41
Octal 300 335 155 15 0 63 15 114 76 101
Binary 11000000 11011101 1101101 1101 0 110011 1101 1001100 111110 1000001

Color Harmonies of #C0DD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DD6D

Black with #C0DD6D

Text Example


Text Example

White with #C0DD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DD6D; }

 p { color: rgb(192,221,109); }

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

background-color css

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

 a { background-color: rgb(192,221,109); }

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

border-color css

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

 span { border-color: rgb(192,221,109); }

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