Html Css Color HEX #BBF370 Sulu

📋 copy color: '#BBF370'

red 187 ◦ green 243 ◦ blue 112

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

Shades of Sulu #BBF370

Tints of Sulu #BBF370

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.83%

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

R = 34.5%
G = 44.83%
B = 20.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#BBF370 (or 0xBBF370) is known color: Sulu. HEX triplet: BB, F3 and 70. RGB value is (187,243,112). Sum of RGB (Red+Green+Blue) = 187+243+112=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF370 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF370 is #440C8F. Grayscale: #D3D3D3. Windows color (decimal): -4459664 or 7402427. OLE color: 7402427.

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

Color convert

RGB 187 243 112 -
CMYK 0.23 0 0.54 0.05
HSL 85.65º 0.85% 0.7% -
HSV(B) 85.65º 0.54% 0.95% -
XYZ 55.47 75.84 27.04 -
YUV 211.32 71.95 110.65 -
System Red Green Blue C M Y K H S L
Decimal 187 243 112 0.23 0 0.54 0.05 85.65 0.85 0.7
Hex BB F3 70 17 0 36 5 56 55 46
Octal 273 363 160 27 0 66 5 126 125 106
Binary 10111011 11110011 1110000 10111 0 110110 101 1010110 1010101 1000110

Color Harmonies of #BBF370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF370

Black with #BBF370

Text Example


Text Example

White with #BBF370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF370; }

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

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

background-color css

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

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

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

border-color css

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

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

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