Html Css Color HEX #BBF170 Sulu

📋 copy color: '#BBF170'

red 187 ◦ green 241 ◦ blue 112

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

Shades of Sulu #BBF170

Tints of Sulu #BBF170

RGB

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

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

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

R = 34.63%
G = 44.63%
B = 20.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#BBF170 (or 0xBBF170) is known color: Sulu. HEX triplet: BB, F1 and 70. RGB value is (187,241,112). Sum of RGB (Red+Green+Blue) = 187+241+112=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF170 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF170 is #440E8F. Grayscale: #D2D2D2. Windows color (decimal): -4460176 or 7401915. OLE color: 7401915.

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

Color convert

RGB 187 241 112 -
CMYK 0.22 0 0.54 0.05
HSL 85.12º 0.82% 0.69% -
HSV(B) 85.12º 0.54% 0.95% -
XYZ 54.87 74.65 26.85 -
YUV 210.15 72.61 111.49 -
System Red Green Blue C M Y K H S L
Decimal 187 241 112 0.22 0 0.54 0.05 85.12 0.82 0.69
Hex BB F1 70 16 0 36 5 55 52 45
Octal 273 361 160 26 0 66 5 125 122 105
Binary 10111011 11110001 1110000 10110 0 110110 101 1010101 1010010 1000101

Color Harmonies of #BBF170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF170

Black with #BBF170

Text Example


Text Example

White with #BBF170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF170; }

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

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

background-color css

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

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

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

border-color css

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

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

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