Html Css Color HEX #BBFF5D Conifer

📋 copy color: '#BBFF5D'

red 187 ◦ green 255 ◦ blue 93

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

Shades of Conifer #BBFF5D

Tints of Conifer #BBFF5D

RGB

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

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

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

R = 34.95%
G = 47.66%
B = 17.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#BBFF5D (or 0xBBFF5D) is known color: Conifer. HEX triplet: BB, FF and 5D. RGB value is (187,255,93). Sum of RGB (Red+Green+Blue) = 187+255+93=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 93 (36.72% from 255 or 17.38% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFF5D is #4400A2. Grayscale: #D8D8D8. Windows color (decimal): -4456611 or 6160315. OLE color: 6160315.

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

Color convert

RGB 187 255 93 -
CMYK 0.27 0 0.64 0
HSL 85.19º 1% 0.68% -
HSV(B) 85.19º 0.64% 1% -
XYZ 58.23 82.88 23.28 -
YUV 216.2 58.47 107.17 -
System Red Green Blue C M Y K H S L
Decimal 187 255 93 0.27 0 0.64 0 85.19 1 0.68
Hex BB FF 5D 1B 0 40 0 55 64 44
Octal 273 377 135 33 0 100 0 125 144 104
Binary 10111011 11111111 1011101 11011 0 1000000 0 1010101 1100100 1000100

Color Harmonies of #BBFF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFF5D

Black with #BBFF5D

Text Example


Text Example

White with #BBFF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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