Html Css Color HEX #C0DB4D Conifer

📋 copy color: '#C0DB4D'

red 192 ◦ green 219 ◦ blue 77

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

Shades of Conifer #C0DB4D

Tints of Conifer #C0DB4D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.88%

 BLUE value IS 77 (30.47% from 255) = 15.78%

R = 39.34%
G = 44.88%
B = 15.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#C0DB4D (or 0xC0DB4D) is known color: Conifer. HEX triplet: C0, DB and 4D. RGB value is (192,219,77). Sum of RGB (Red+Green+Blue) = 192+219+77=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 77 (30.47% from 255 or 15.78% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DB4D is #3F24B2. Grayscale: #C3C3C3. Windows color (decimal): -4138163 or 5102528. OLE color: 5102528.

HSL color Cylindrical-coordinate representation of color #C0DB4D: hue angle of 71.41º degrees, saturation: 0.66, 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 #C0DB4D is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 219 77 -
CMYK 0.12 0 0.65 0.14
HSL 71.41º 0.66% 0.58% -
HSV(B) 71.41º 0.65% 0.86% -
XYZ 48.41 62.41 16.52 -
YUV 194.74 61.55 126.05 -
System Red Green Blue C M Y K H S L
Decimal 192 219 77 0.12 0 0.65 0.14 71.41 0.66 0.58
Hex C0 DB 4D C 0 41 E 47 42 3A
Octal 300 333 115 14 0 101 16 107 102 72
Binary 11000000 11011011 1001101 1100 0 1000001 1110 1000111 1000010 111010

Color Harmonies of #C0DB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DB4D

Black with #C0DB4D

Text Example


Text Example

White with #C0DB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DB4D; }

 p { color: rgb(192,219,77); }

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

background-color css

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

 a { background-color: rgb(192,219,77); }

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

border-color css

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

 span { border-color: rgb(192,219,77); }

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