Html Css Color HEX #BBF155 Conifer

📋 copy color: '#BBF155'

red 187 ◦ green 241 ◦ blue 85

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

Shades of Conifer #BBF155

Tints of Conifer #BBF155

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.98%

 BLUE value IS 85 (33.59% from 255) = 16.57%

R = 36.45%
G = 46.98%
B = 16.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#BBF155 (or 0xBBF155) is known color: Conifer. HEX triplet: BB, F1 and 55. RGB value is (187,241,85). Sum of RGB (Red+Green+Blue) = 187+241+85=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 85 (33.59% from 255 or 16.57% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF155 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF155 is #440EAA. Grayscale: #CFCFCF. Windows color (decimal): -4460203 or 5632443. OLE color: 5632443.

HSL color Cylindrical-coordinate representation of color #BBF155: hue angle of 80.77º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBF155 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 241 85 -
CMYK 0.22 0 0.65 0.05
HSL 80.77º 0.85% 0.64% -
HSV(B) 80.77º 0.65% 0.95% -
XYZ 53.59 74.13 20.08 -
YUV 207.07 59.11 113.68 -
System Red Green Blue C M Y K H S L
Decimal 187 241 85 0.22 0 0.65 0.05 80.77 0.85 0.64
Hex BB F1 55 16 0 41 5 51 55 40
Octal 273 361 125 26 0 101 5 121 125 100
Binary 10111011 11110001 1010101 10110 0 1000001 101 1010001 1010101 1000000

Color Harmonies of #BBF155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF155

Black with #BBF155

Text Example


Text Example

White with #BBF155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF155; }

 p { color: rgb(187,241,85); }

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

background-color css

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

 a { background-color: rgb(187,241,85); }

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

border-color css

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

 span { border-color: rgb(187,241,85); }

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