Html Css Color HEX #C0DB76 Sulu

📋 copy color: '#C0DB76'

red 192 ◦ green 219 ◦ blue 118

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

Shades of Sulu #C0DB76

Tints of Sulu #C0DB76

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.4%

 BLUE value IS 118 (46.48% from 255) = 22.31%

R = 36.29%
G = 41.4%
B = 22.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#C0DB76 (or 0xC0DB76) is known color: Sulu. HEX triplet: C0, DB and 76. RGB value is (192,219,118). Sum of RGB (Red+Green+Blue) = 192+219+118=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DB76 is #3F2489. Grayscale: #C7C7C7. Windows color (decimal): -4138122 or 7789504. OLE color: 7789504.

HSL color Cylindrical-coordinate representation of color #C0DB76: hue angle of 76.04º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0DB76 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 219 118 -
CMYK 0.12 0 0.46 0.14
HSL 76.04º 0.58% 0.66% -
HSV(B) 76.04º 0.46% 0.86% -
XYZ 50.34 63.18 26.68 -
YUV 199.41 82.05 122.71 -
System Red Green Blue C M Y K H S L
Decimal 192 219 118 0.12 0 0.46 0.14 76.04 0.58 0.66
Hex C0 DB 76 C 0 2E E 4C 3A 42
Octal 300 333 166 14 0 56 16 114 72 102
Binary 11000000 11011011 1110110 1100 0 101110 1110 1001100 111010 1000010

Color Harmonies of #C0DB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DB76

Black with #C0DB76

Text Example


Text Example

White with #C0DB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DB76; }

 p { color: rgb(192,219,118); }

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

background-color css

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

 a { background-color: rgb(192,219,118); }

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

border-color css

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

 span { border-color: rgb(192,219,118); }

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