Html Css Color HEX #C0DC55 Conifer

📋 copy color: '#C0DC55'

red 192 ◦ green 220 ◦ blue 85

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

Shades of Conifer #C0DC55

Tints of Conifer #C0DC55

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.27%

 BLUE value IS 85 (33.59% from 255) = 17.1%

R = 38.63%
G = 44.27%
B = 17.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#C0DC55 (or 0xC0DC55) is known color: Conifer. HEX triplet: C0, DC and 55. RGB value is (192,220,85). Sum of RGB (Red+Green+Blue) = 192+220+85=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DC55 is #3F23AA. Grayscale: #C4C4C4. Windows color (decimal): -4137899 or 5627072. OLE color: 5627072.

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

Color convert

RGB 192 220 85 -
CMYK 0.13 0 0.61 0.14
HSL 72.44º 0.66% 0.6% -
HSV(B) 72.44º 0.61% 0.86% -
XYZ 48.97 63.05 18.18 -
YUV 196.24 65.22 124.98 -
System Red Green Blue C M Y K H S L
Decimal 192 220 85 0.13 0 0.61 0.14 72.44 0.66 0.6
Hex C0 DC 55 D 0 3D E 48 42 3C
Octal 300 334 125 15 0 75 16 110 102 74
Binary 11000000 11011100 1010101 1101 0 111101 1110 1001000 1000010 111100

Color Harmonies of #C0DC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DC55

Black with #C0DC55

Text Example


Text Example

White with #C0DC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DC55; }

 p { color: rgb(192,220,85); }

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

background-color css

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

 a { background-color: rgb(192,220,85); }

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

border-color css

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

 span { border-color: rgb(192,220,85); }

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