Html Css Color HEX #C0D388 Deco

📋 copy color: '#C0D388'

red 192 ◦ green 211 ◦ blue 136

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

Shades of Deco #C0D388

Tints of Deco #C0D388

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.15%

 BLUE value IS 136 (53.52% from 255) = 25.23%

R = 35.62%
G = 39.15%
B = 25.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#C0D388 (or 0xC0D388) is known color: Deco. HEX triplet: C0, D3 and 88. RGB value is (192,211,136). Sum of RGB (Red+Green+Blue) = 192+211+136=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 136 (53.52% from 255 or 25.23% from 539); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D388 is #3F2C77. Grayscale: #C5C5C5. Windows color (decimal): -4140152 or 8967104. OLE color: 8967104.

HSL color Cylindrical-coordinate representation of color #C0D388: hue angle of 75.2º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0D388 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 211 136 -
CMYK 0.09 0 0.36 0.17
HSL 75.2º 0.46% 0.68% -
HSV(B) 75.2º 0.36% 0.83% -
XYZ 49.48 59.57 32.18 -
YUV 196.77 93.71 124.6 -
System Red Green Blue C M Y K H S L
Decimal 192 211 136 0.09 0 0.36 0.17 75.2 0.46 0.68
Hex C0 D3 88 9 0 24 11 4B 2E 44
Octal 300 323 210 11 0 44 21 113 56 104
Binary 11000000 11010011 10001000 1001 0 100100 10001 1001011 101110 1000100

Color Harmonies of #C0D388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D388

Black with #C0D388

Text Example


Text Example

White with #C0D388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D388; }

 p { color: rgb(192,211,136); }

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

background-color css

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

 a { background-color: rgb(192,211,136); }

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

border-color css

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

 span { border-color: rgb(192,211,136); }

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