Html Css Color HEX #C0DC57 Conifer

📋 copy color: '#C0DC57'

red 192 ◦ green 220 ◦ blue 87

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

Shades of Conifer #C0DC57

Tints of Conifer #C0DC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.43%

R = 38.48%
G = 44.09%
B = 17.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#C0DC57 (or 0xC0DC57) is known color: Conifer. HEX triplet: C0, DC and 57. RGB value is (192,220,87). Sum of RGB (Red+Green+Blue) = 192+220+87=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 87 (34.38% from 255 or 17.43% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DC57 is #3F23A8. Grayscale: #C4C4C4. Windows color (decimal): -4137897 or 5758144. OLE color: 5758144.

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

Color convert

RGB 192 220 87 -
CMYK 0.13 0 0.60 0.14
HSL 72.63º 0.66% 0.6% -
HSV(B) 72.63º 0.6% 0.86% -
XYZ 49.05 63.08 18.61 -
YUV 196.47 66.22 124.81 -
System Red Green Blue C M Y K H S L
Decimal 192 220 87 0.13 0 0.60 0.14 72.63 0.66 0.6
Hex C0 DC 57 D 0 3C E 49 42 3C
Octal 300 334 127 15 0 74 16 111 102 74
Binary 11000000 11011100 1010111 1101 0 111100 1110 1001001 1000010 111100

Color Harmonies of #C0DC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DC57

Black with #C0DC57

Text Example


Text Example

White with #C0DC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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