Html Css Color HEX #B9DE50 Conifer

📋 copy color: '#B9DE50'

red 185 ◦ green 222 ◦ blue 80

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

Shades of Conifer #B9DE50

Tints of Conifer #B9DE50

RGB

 RED value IS 185 (72.66% from 255) = 37.99%

 GREEN value IS 222 (87.11% from 255) = 45.59%

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

R = 37.99%
G = 45.59%
B = 16.43%

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

#B9DE50 (or 0xB9DE50) is known color: Conifer. HEX triplet: B9, DE and 50. RGB value is (185,222,80). Sum of RGB (Red+Green+Blue) = 185+222+80=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 80 (31.64% from 255 or 16.43% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DE50 is #4621AF. Grayscale: #C3C3C3. Windows color (decimal): -4596144 or 5299897. OLE color: 5299897.

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

Color convert

RGB 185 222 80 -
CMYK 0.17 0 0.64 0.13
HSL 75.63º 0.68% 0.59% -
HSV(B) 75.63º 0.64% 0.87% -
XYZ 47.58 63.14 17.27 -
YUV 194.75 63.24 121.05 -
System Red Green Blue C M Y K H S L
Decimal 185 222 80 0.17 0 0.64 0.13 75.63 0.68 0.59
Hex B9 DE 50 11 0 40 D 4C 44 3B
Octal 271 336 120 21 0 100 15 114 104 73
Binary 10111001 11011110 1010000 10001 0 1000000 1101 1001100 1000100 111011

Color Harmonies of #B9DE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DE50

Black with #B9DE50

Text Example


Text Example

White with #B9DE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DE50; }

 p { color: rgb(185,222,80); }

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

background-color css

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

 a { background-color: rgb(185,222,80); }

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

border-color css

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

 span { border-color: rgb(185,222,80); }

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