Html Css Color HEX #BBF070 Sulu

📋 copy color: '#BBF070'

red 187 ◦ green 240 ◦ blue 112

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

Shades of Sulu #BBF070

Tints of Sulu #BBF070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.78%

R = 34.69%
G = 44.53%
B = 20.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#BBF070 (or 0xBBF070) is known color: Sulu. HEX triplet: BB, F0 and 70. RGB value is (187,240,112). Sum of RGB (Red+Green+Blue) = 187+240+112=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF070 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF070 is #440F8F. Grayscale: #D2D2D2. Windows color (decimal): -4460432 or 7401659. OLE color: 7401659.

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

Color convert

RGB 187 240 112 -
CMYK 0.22 0 0.53 0.06
HSL 84.84º 0.81% 0.69% -
HSV(B) 84.84º 0.53% 0.94% -
XYZ 54.58 74.05 26.75 -
YUV 209.56 72.94 111.91 -
System Red Green Blue C M Y K H S L
Decimal 187 240 112 0.22 0 0.53 0.06 84.84 0.81 0.69
Hex BB F0 70 16 0 35 6 55 51 45
Octal 273 360 160 26 0 65 6 125 121 105
Binary 10111011 11110000 1110000 10110 0 110101 110 1010101 1010001 1000101

Color Harmonies of #BBF070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF070

Black with #BBF070

Text Example


Text Example

White with #BBF070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF070; }

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

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

background-color css

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

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

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

border-color css

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

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

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