Html Css Color HEX #C0DC49 Conifer

📋 copy color: '#C0DC49'

red 192 ◦ green 220 ◦ blue 73

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

Shades of Conifer #C0DC49

Tints of Conifer #C0DC49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.05%

R = 39.59%
G = 45.36%
B = 15.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#C0DC49 (or 0xC0DC49) is known color: Conifer. HEX triplet: C0, DC and 49. RGB value is (192,220,73). Sum of RGB (Red+Green+Blue) = 192+220+73=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DC49 is #3F23B6. Grayscale: #C3C3C3. Windows color (decimal): -4137911 or 4840640. OLE color: 4840640.

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

Color convert

RGB 192 220 73 -
CMYK 0.13 0 0.67 0.14
HSL 71.43º 0.68% 0.57% -
HSV(B) 71.43º 0.67% 0.86% -
XYZ 48.53 62.87 15.88 -
YUV 194.87 59.22 125.95 -
System Red Green Blue C M Y K H S L
Decimal 192 220 73 0.13 0 0.67 0.14 71.43 0.68 0.57
Hex C0 DC 49 D 0 43 E 47 44 39
Octal 300 334 111 15 0 103 16 107 104 71
Binary 11000000 11011100 1001001 1101 0 1000011 1110 1000111 1000100 111001

Color Harmonies of #C0DC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DC49

Black with #C0DC49

Text Example


Text Example

White with #C0DC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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