Html Css Color HEX #B0DF5F Conifer

📋 copy color: '#B0DF5F'

red 176 ◦ green 223 ◦ blue 95

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

Shades of Conifer #B0DF5F

Tints of Conifer #B0DF5F

RGB

 RED value IS 176 (69.14% from 255) = 35.63%

 GREEN value IS 223 (87.5% from 255) = 45.14%

 BLUE value IS 95 (37.5% from 255) = 19.23%

R = 35.63%
G = 45.14%
B = 19.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#B0DF5F (or 0xB0DF5F) is known color: Conifer. HEX triplet: B0, DF and 5F. RGB value is (176,223,95). Sum of RGB (Red+Green+Blue) = 176+223+95=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 95 (37.5% from 255 or 19.23% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DF5F is #4F20A0. Grayscale: #C2C2C2. Windows color (decimal): -5185697 or 6283184. OLE color: 6283184.

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

Color convert

RGB 176 223 95 -
CMYK 0.21 0 0.57 0.13
HSL 82.03º 0.67% 0.62% -
HSV(B) 82.03º 0.57% 0.87% -
XYZ 46.36 62.83 20.51 -
YUV 194.36 71.93 114.91 -
System Red Green Blue C M Y K H S L
Decimal 176 223 95 0.21 0 0.57 0.13 82.03 0.67 0.62
Hex B0 DF 5F 15 0 39 D 52 43 3E
Octal 260 337 137 25 0 71 15 122 103 76
Binary 10110000 11011111 1011111 10101 0 111001 1101 1010010 1000011 111110

Color Harmonies of #B0DF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DF5F

Black with #B0DF5F

Text Example


Text Example

White with #B0DF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DF5F; }

 p { color: rgb(176,223,95); }

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

background-color css

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

 a { background-color: rgb(176,223,95); }

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

border-color css

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

 span { border-color: rgb(176,223,95); }

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