Html Css Color HEX #BBFF5E Conifer

📋 copy color: '#BBFF5E'

red 187 ◦ green 255 ◦ blue 94

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

Shades of Conifer #BBFF5E

Tints of Conifer #BBFF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.54%

R = 34.89%
G = 47.57%
B = 17.54%

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

#BBFF5E (or 0xBBFF5E) is known color: Conifer. HEX triplet: BB, FF and 5E. RGB value is (187,255,94). Sum of RGB (Red+Green+Blue) = 187+255+94=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 94 (37.11% from 255 or 17.54% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFF5E is #4400A1. Grayscale: #D8D8D8. Windows color (decimal): -4456610 or 6225851. OLE color: 6225851.

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

Color convert

RGB 187 255 94 -
CMYK 0.27 0 0.63 0
HSL 85.34º 1% 0.68% -
HSV(B) 85.34º 0.63% 1% -
XYZ 58.27 82.89 23.52 -
YUV 216.31 58.97 107.09 -
System Red Green Blue C M Y K H S L
Decimal 187 255 94 0.27 0 0.63 0 85.34 1 0.68
Hex BB FF 5E 1B 0 3F 0 55 64 44
Octal 273 377 136 33 0 77 0 125 144 104
Binary 10111011 11111111 1011110 11011 0 111111 0 1010101 1100100 1000100

Color Harmonies of #BBFF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFF5E

Black with #BBFF5E

Text Example


Text Example

White with #BBFF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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