Html Css Color HEX #BBF058 Conifer

📋 copy color: '#BBF058'

red 187 ◦ green 240 ◦ blue 88

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

Shades of Conifer #BBF058

Tints of Conifer #BBF058

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.6%

 BLUE value IS 88 (34.77% from 255) = 17.09%

R = 36.31%
G = 46.6%
B = 17.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#BBF058 (or 0xBBF058) is known color: Conifer. HEX triplet: BB, F0 and 58. RGB value is (187,240,88). Sum of RGB (Red+Green+Blue) = 187+240+88=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 88 (34.77% from 255 or 17.09% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF058 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF058 is #440FA7. Grayscale: #CFCFCF. Windows color (decimal): -4460456 or 5828795. OLE color: 5828795.

HSL color Cylindrical-coordinate representation of color #BBF058: hue angle of 80.92º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBF058 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 240 88 -
CMYK 0.22 0 0.63 0.06
HSL 80.92º 0.84% 0.64% -
HSV(B) 80.92º 0.63% 0.94% -
XYZ 53.42 73.59 20.62 -
YUV 206.83 60.94 113.86 -
System Red Green Blue C M Y K H S L
Decimal 187 240 88 0.22 0 0.63 0.06 80.92 0.84 0.64
Hex BB F0 58 16 0 3F 6 51 54 40
Octal 273 360 130 26 0 77 6 121 124 100
Binary 10111011 11110000 1011000 10110 0 111111 110 1010001 1010100 1000000

Color Harmonies of #BBF058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF058

Black with #BBF058

Text Example


Text Example

White with #BBF058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF058; }

 p { color: rgb(187,240,88); }

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

background-color css

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

 a { background-color: rgb(187,240,88); }

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

border-color css

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

 span { border-color: rgb(187,240,88); }

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