Html Css Color HEX #B8DF5F Conifer

📋 copy color: '#B8DF5F'

red 184 ◦ green 223 ◦ blue 95

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

Shades of Conifer #B8DF5F

Tints of Conifer #B8DF5F

RGB

 RED value IS 184 (72.27% from 255) = 36.65%

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

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

R = 36.65%
G = 44.42%
B = 18.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#B8DF5F (or 0xB8DF5F) is known color: Conifer. HEX triplet: B8, DF and 5F. RGB value is (184,223,95). Sum of RGB (Red+Green+Blue) = 184+223+95=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 95 (37.5% from 255 or 18.92% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DF5F is #4720A0. Grayscale: #C5C5C5. Windows color (decimal): -4661409 or 6283192. OLE color: 6283192.

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

Color convert

RGB 184 223 95 -
CMYK 0.17 0 0.57 0.13
HSL 78.28º 0.67% 0.62% -
HSV(B) 78.28º 0.57% 0.87% -
XYZ 48.22 63.79 20.6 -
YUV 196.75 70.58 118.91 -
System Red Green Blue C M Y K H S L
Decimal 184 223 95 0.17 0 0.57 0.13 78.28 0.67 0.62
Hex B8 DF 5F 11 0 39 D 4E 43 3E
Octal 270 337 137 21 0 71 15 116 103 76
Binary 10111000 11011111 1011111 10001 0 111001 1101 1001110 1000011 111110

Color Harmonies of #B8DF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DF5F

Black with #B8DF5F

Text Example


Text Example

White with #B8DF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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