Html Css Color HEX #B9FC5D Conifer

📋 copy color: '#B9FC5D'

red 185 ◦ green 252 ◦ blue 93

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

Shades of Conifer #B9FC5D

Tints of Conifer #B9FC5D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.55%

 BLUE value IS 93 (36.72% from 255) = 17.55%

R = 34.91%
G = 47.55%
B = 17.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#B9FC5D (or 0xB9FC5D) is known color: Conifer. HEX triplet: B9, FC and 5D. RGB value is (185,252,93). Sum of RGB (Red+Green+Blue) = 185+252+93=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FC5D is #4603A2. Grayscale: #D6D6D6. Windows color (decimal): -4588451 or 6159545. OLE color: 6159545.

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

Color convert

RGB 185 252 93 -
CMYK 0.27 0 0.63 0.01
HSL 85.28º 0.96% 0.68% -
HSV(B) 85.28º 0.63% 0.99% -
XYZ 56.79 80.73 22.94 -
YUV 213.84 59.8 107.43 -
System Red Green Blue C M Y K H S L
Decimal 185 252 93 0.27 0 0.63 0.01 85.28 0.96 0.68
Hex B9 FC 5D 1B 0 3F 1 55 60 44
Octal 271 374 135 33 0 77 1 125 140 104
Binary 10111001 11111100 1011101 11011 0 111111 1 1010101 1100000 1000100

Color Harmonies of #B9FC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FC5D

Black with #B9FC5D

Text Example


Text Example

White with #B9FC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FC5D; }

 p { color: rgb(185,252,93); }

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

background-color css

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

 a { background-color: rgb(185,252,93); }

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

border-color css

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

 span { border-color: rgb(185,252,93); }

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