Html Css Color HEX #B9FE5F Conifer

📋 copy color: '#B9FE5F'

red 185 ◦ green 254 ◦ blue 95

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

Shades of Conifer #B9FE5F

Tints of Conifer #B9FE5F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.57%

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

R = 34.64%
G = 47.57%
B = 17.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#B9FE5F (or 0xB9FE5F) is known color: Conifer. HEX triplet: B9, FE and 5F. RGB value is (185,254,95). Sum of RGB (Red+Green+Blue) = 185+254+95=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 95 (37.5% from 255 or 17.79% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FE5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FE5F is #4601A0. Grayscale: #D7D7D7. Windows color (decimal): -4587937 or 6291129. OLE color: 6291129.

HSL color Cylindrical-coordinate representation of color #B9FE5F: hue angle of 86.04º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9FE5F is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 254 95 -
CMYK 0.27 0 0.63 0.00
HSL 86.04º 0.99% 0.68% -
HSV(B) 86.04º 0.63% 1% -
XYZ 57.51 82.02 23.63 -
YUV 215.24 60.14 106.43 -
System Red Green Blue C M Y K H S L
Decimal 185 254 95 0.27 0 0.63 0.00 86.04 0.99 0.68
Hex B9 FE 5F 1B 0 3F 0 56 63 44
Octal 271 376 137 33 0 77 0 126 143 104
Binary 10111001 11111110 1011111 11011 0 111111 0 1010110 1100011 1000100

Color Harmonies of #B9FE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FE5F

Black with #B9FE5F

Text Example


Text Example

White with #B9FE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FE5F; }

 p { color: rgb(185,254,95); }

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

background-color css

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

 a { background-color: rgb(185,254,95); }

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

border-color css

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

 span { border-color: rgb(185,254,95); }

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