Html Css Color HEX #BBFF5F Conifer

📋 copy color: '#BBFF5F'

red 187 ◦ green 255 ◦ blue 95

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

Shades of Conifer #BBFF5F

Tints of Conifer #BBFF5F

RGB

 RED value IS 187 (73.44% from 255) = 34.82%

 GREEN value IS 255 (100% from 255) = 47.49%

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

R = 34.82%
G = 47.49%
B = 17.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#BBFF5F (or 0xBBFF5F) is known color: Conifer. HEX triplet: BB, FF and 5F. RGB value is (187,255,95). Sum of RGB (Red+Green+Blue) = 187+255+95=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 95 (37.5% from 255 or 17.69% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFF5F is #4400A0. Grayscale: #D8D8D8. Windows color (decimal): -4456609 or 6291387. OLE color: 6291387.

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

Color convert

RGB 187 255 95 -
CMYK 0.27 0 0.63 0
HSL 85.5º 1% 0.69% -
HSV(B) 85.5º 0.63% 1% -
XYZ 58.32 82.91 23.76 -
YUV 216.43 59.47 107.01 -
System Red Green Blue C M Y K H S L
Decimal 187 255 95 0.27 0 0.63 0 85.5 1 0.69
Hex BB FF 5F 1B 0 3F 0 56 64 45
Octal 273 377 137 33 0 77 0 126 144 105
Binary 10111011 11111111 1011111 11011 0 111111 0 1010110 1100100 1000101

Color Harmonies of #BBFF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFF5F

Black with #BBFF5F

Text Example


Text Example

White with #BBFF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFF5F; }

 p { color: rgb(187,255,95); }

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

background-color css

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

 a { background-color: rgb(187,255,95); }

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

border-color css

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

 span { border-color: rgb(187,255,95); }

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