Html Css Color HEX #B7DD50 Conifer

📋 copy color: '#B7DD50'

red 183 ◦ green 221 ◦ blue 80

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

Shades of Conifer #B7DD50

Tints of Conifer #B7DD50

RGB

 RED value IS 183 (71.88% from 255) = 37.81%

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

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

R = 37.81%
G = 45.66%
B = 16.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#B7DD50 (or 0xB7DD50) is known color: Conifer. HEX triplet: B7, DD and 50. RGB value is (183,221,80). Sum of RGB (Red+Green+Blue) = 183+221+80=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DD50 is #4822AF. Grayscale: #C2C2C2. Windows color (decimal): -4727472 or 5299639. OLE color: 5299639.

HSL color Cylindrical-coordinate representation of color #B7DD50: hue angle of 76.17º 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 #B7DD50 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 221 80 -
CMYK 0.17 0 0.64 0.13
HSL 76.17º 0.67% 0.59% -
HSV(B) 76.17º 0.64% 0.87% -
XYZ 46.83 62.36 17.16 -
YUV 193.56 63.91 120.46 -
System Red Green Blue C M Y K H S L
Decimal 183 221 80 0.17 0 0.64 0.13 76.17 0.67 0.59
Hex B7 DD 50 11 0 40 D 4C 43 3B
Octal 267 335 120 21 0 100 15 114 103 73
Binary 10110111 11011101 1010000 10001 0 1000000 1101 1001100 1000011 111011

Color Harmonies of #B7DD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DD50

Black with #B7DD50

Text Example


Text Example

White with #B7DD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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