Html Css Color HEX #C0DC4C Conifer

📋 copy color: '#C0DC4C'

red 192 ◦ green 220 ◦ blue 76

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

Shades of Conifer #C0DC4C

Tints of Conifer #C0DC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.57%

R = 39.34%
G = 45.08%
B = 15.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#C0DC4C (or 0xC0DC4C) is known color: Conifer. HEX triplet: C0, DC and 4C. RGB value is (192,220,76). Sum of RGB (Red+Green+Blue) = 192+220+76=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 76 (30.08% from 255 or 15.57% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DC4C is #3F23B3. Grayscale: #C3C3C3. Windows color (decimal): -4137908 or 5037248. OLE color: 5037248.

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

Color convert

RGB 192 220 76 -
CMYK 0.13 0 0.65 0.14
HSL 71.67º 0.67% 0.58% -
HSV(B) 71.67º 0.65% 0.86% -
XYZ 48.64 62.91 16.42 -
YUV 195.21 60.72 125.71 -
System Red Green Blue C M Y K H S L
Decimal 192 220 76 0.13 0 0.65 0.14 71.67 0.67 0.58
Hex C0 DC 4C D 0 41 E 48 43 3A
Octal 300 334 114 15 0 101 16 110 103 72
Binary 11000000 11011100 1001100 1101 0 1000001 1110 1001000 1000011 111010

Color Harmonies of #C0DC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DC4C

Black with #C0DC4C

Text Example


Text Example

White with #C0DC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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