Html Css Color HEX #BBFE70 Sulu

📋 copy color: '#BBFE70'

red 187 ◦ green 254 ◦ blue 112

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

Shades of Sulu #BBFE70

Tints of Sulu #BBFE70

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.93%

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

R = 33.82%
G = 45.93%
B = 20.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#BBFE70 (or 0xBBFE70) is known color: Sulu. HEX triplet: BB, FE and 70. RGB value is (187,254,112). Sum of RGB (Red+Green+Blue) = 187+254+112=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 112 (44.14% from 255 or 20.25% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFE70 is #44018F. Grayscale: #DADADA. Windows color (decimal): -4456848 or 7405243. OLE color: 7405243.

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

Color convert

RGB 187 254 112 -
CMYK 0.26 0 0.56 0.00
HSL 88.31º 0.99% 0.72% -
HSV(B) 88.31º 0.56% 1% -
XYZ 58.86 82.62 28.17 -
YUV 217.78 68.3 106.05 -
System Red Green Blue C M Y K H S L
Decimal 187 254 112 0.26 0 0.56 0.00 88.31 0.99 0.72
Hex BB FE 70 1A 0 38 0 58 63 48
Octal 273 376 160 32 0 70 0 130 143 110
Binary 10111011 11111110 1110000 11010 0 111000 0 1011000 1100011 1001000

Color Harmonies of #BBFE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFE70

Black with #BBFE70

Text Example


Text Example

White with #BBFE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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