Html Css Color HEX #BBFF70 Sulu

📋 copy color: '#BBFF70'

red 187 ◦ green 255 ◦ blue 112

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

Shades of Sulu #BBFF70

Tints of Sulu #BBFF70

RGB

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

 GREEN value IS 255 (100% from 255) = 46.03%

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

R = 33.75%
G = 46.03%
B = 20.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#BBFF70 (or 0xBBFF70) is known color: Sulu. HEX triplet: BB, FF and 70. RGB value is (187,255,112). Sum of RGB (Red+Green+Blue) = 187+255+112=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 112 (44.14% from 255 or 20.22% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFF70 is #44008F. Grayscale: #DADADA. Windows color (decimal): -4456592 or 7405499. OLE color: 7405499.

HSL color Cylindrical-coordinate representation of color #BBFF70: hue angle of 88.53º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBFF70 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 187 255 112 -
CMYK 0.27 0 0.56 0
HSL 88.53º 1% 0.72% -
HSV(B) 88.53º 0.56% 1% -
XYZ 59.18 83.25 28.28 -
YUV 218.37 67.97 105.63 -
System Red Green Blue C M Y K H S L
Decimal 187 255 112 0.27 0 0.56 0 88.53 1 0.72
Hex BB FF 70 1B 0 38 0 59 64 48
Octal 273 377 160 33 0 70 0 131 144 110
Binary 10111011 11111111 1110000 11011 0 111000 0 1011001 1100100 1001000

Color Harmonies of #BBFF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFF70

Black with #BBFF70

Text Example


Text Example

White with #BBFF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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