Html Css Color HEX #BBF855 Conifer

📋 copy color: '#BBF855'

red 187 ◦ green 248 ◦ blue 85

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

Shades of Conifer #BBF855

Tints of Conifer #BBF855

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.69%

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

R = 35.96%
G = 47.69%
B = 16.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#BBF855 (or 0xBBF855) is known color: Conifer. HEX triplet: BB, F8 and 55. RGB value is (187,248,85). Sum of RGB (Red+Green+Blue) = 187+248+85=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF855 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF855 is #4407AA. Grayscale: #D3D3D3. Windows color (decimal): -4458411 or 5634235. OLE color: 5634235.

HSL color Cylindrical-coordinate representation of color #BBF855: hue angle of 82.45º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBF855 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 248 85 -
CMYK 0.25 0 0.66 0.03
HSL 82.45º 0.92% 0.65% -
HSV(B) 82.45º 0.66% 0.97% -
XYZ 55.7 78.36 20.78 -
YUV 211.18 56.79 110.75 -
System Red Green Blue C M Y K H S L
Decimal 187 248 85 0.25 0 0.66 0.03 82.45 0.92 0.65
Hex BB F8 55 19 0 42 3 52 5C 41
Octal 273 370 125 31 0 102 3 122 134 101
Binary 10111011 11111000 1010101 11001 0 1000010 11 1010010 1011100 1000001

Color Harmonies of #BBF855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF855

Black with #BBF855

Text Example


Text Example

White with #BBF855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF855; }

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

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

background-color css

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

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

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

border-color css

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

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

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