Html Css Color HEX #C0DD4E Conifer

📋 copy color: '#C0DD4E'

red 192 ◦ green 221 ◦ blue 78

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

Shades of Conifer #C0DD4E

Tints of Conifer #C0DD4E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.01%

 BLUE value IS 78 (30.86% from 255) = 15.89%

R = 39.1%
G = 45.01%
B = 15.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#C0DD4E (or 0xC0DD4E) is known color: Conifer. HEX triplet: C0, DD and 4E. RGB value is (192,221,78). Sum of RGB (Red+Green+Blue) = 192+221+78=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 78 (30.86% from 255 or 15.89% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DD4E is #3F22B1. Grayscale: #C4C4C4. Windows color (decimal): -4137650 or 5168576. OLE color: 5168576.

HSL color Cylindrical-coordinate representation of color #C0DD4E: hue angle of 72.17º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0DD4E is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 221 78 -
CMYK 0.13 0 0.65 0.13
HSL 72.17º 0.68% 0.59% -
HSV(B) 72.17º 0.65% 0.87% -
XYZ 48.97 63.47 16.88 -
YUV 196.03 61.39 125.13 -
System Red Green Blue C M Y K H S L
Decimal 192 221 78 0.13 0 0.65 0.13 72.17 0.68 0.59
Hex C0 DD 4E D 0 41 D 48 44 3B
Octal 300 335 116 15 0 101 15 110 104 73
Binary 11000000 11011101 1001110 1101 0 1000001 1101 1001000 1000100 111011

Color Harmonies of #C0DD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DD4E

Black with #C0DD4E

Text Example


Text Example

White with #C0DD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DD4E; }

 p { color: rgb(192,221,78); }

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

background-color css

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

 a { background-color: rgb(192,221,78); }

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

border-color css

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

 span { border-color: rgb(192,221,78); }

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