Html Css Color HEX #C0DB50 Conifer

📋 copy color: '#C0DB50'

red 192 ◦ green 219 ◦ blue 80

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

Shades of Conifer #C0DB50

Tints of Conifer #C0DB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.29%

R = 39.1%
G = 44.6%
B = 16.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#C0DB50 (or 0xC0DB50) is known color: Conifer. HEX triplet: C0, DB and 50. RGB value is (192,219,80). Sum of RGB (Red+Green+Blue) = 192+219+80=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DB50 is #3F24AF. Grayscale: #C3C3C3. Windows color (decimal): -4138160 or 5299136. OLE color: 5299136.

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

Color convert

RGB 192 219 80 -
CMYK 0.12 0 0.63 0.14
HSL 71.65º 0.66% 0.59% -
HSV(B) 71.65º 0.63% 0.86% -
XYZ 48.52 62.45 17.09 -
YUV 195.08 63.05 125.8 -
System Red Green Blue C M Y K H S L
Decimal 192 219 80 0.12 0 0.63 0.14 71.65 0.66 0.59
Hex C0 DB 50 C 0 3F E 48 42 3B
Octal 300 333 120 14 0 77 16 110 102 73
Binary 11000000 11011011 1010000 1100 0 111111 1110 1001000 1000010 111011

Color Harmonies of #C0DB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DB50

Black with #C0DB50

Text Example


Text Example

White with #C0DB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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