Html Css Color HEX #C7DD50 Conifer

📋 copy color: '#C7DD50'

red 199 ◦ green 221 ◦ blue 80

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

Shades of Conifer #C7DD50

Tints of Conifer #C7DD50

RGB

 RED value IS 199 (78.13% from 255) = 39.8%

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

 BLUE value IS 80 (31.64% from 255) = 16%

R = 39.8%
G = 44.2%
B = 16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#C7DD50 (or 0xC7DD50) is known color: Conifer. HEX triplet: C7, DD and 50. RGB value is (199,221,80). Sum of RGB (Red+Green+Blue) = 199+221+80=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7DD50 is #3822AF. Grayscale: #C6C6C6. Windows color (decimal): -3678896 or 5299655. OLE color: 5299655.

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

Color convert

RGB 199 221 80 -
CMYK 0.10 0 0.64 0.13
HSL 69.36º 0.67% 0.59% -
HSV(B) 69.36º 0.64% 0.87% -
XYZ 50.86 64.43 17.35 -
YUV 198.35 61.21 128.46 -
System Red Green Blue C M Y K H S L
Decimal 199 221 80 0.10 0 0.64 0.13 69.36 0.67 0.59
Hex C7 DD 50 A 0 40 D 45 43 3B
Octal 307 335 120 12 0 100 15 105 103 73
Binary 11000111 11011101 1010000 1010 0 1000000 1101 1000101 1000011 111011

Color Harmonies of #C7DD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DD50

Black with #C7DD50

Text Example


Text Example

White with #C7DD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DD50; }

 p { color: rgb(199,221,80); }

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

background-color css

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

 a { background-color: rgb(199,221,80); }

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

border-color css

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

 span { border-color: rgb(199,221,80); }

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