Html Css Color HEX #BBFC70 Sulu

📋 copy color: '#BBFC70'

red 187 ◦ green 252 ◦ blue 112

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

Shades of Sulu #BBFC70

Tints of Sulu #BBFC70

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.74%

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

R = 33.94%
G = 45.74%
B = 20.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#BBFC70 (or 0xBBFC70) is known color: Sulu. HEX triplet: BB, FC and 70. RGB value is (187,252,112). Sum of RGB (Red+Green+Blue) = 187+252+112=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 112 (44.14% from 255 or 20.33% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFC70 is #44038F. Grayscale: #D9D9D9. Windows color (decimal): -4457360 or 7404731. OLE color: 7404731.

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

Color convert

RGB 187 252 112 -
CMYK 0.26 0 0.56 0.01
HSL 87.86º 0.96% 0.71% -
HSV(B) 87.86º 0.56% 0.99% -
XYZ 58.23 81.36 27.96 -
YUV 216.61 68.97 106.88 -
System Red Green Blue C M Y K H S L
Decimal 187 252 112 0.26 0 0.56 0.01 87.86 0.96 0.71
Hex BB FC 70 1A 0 38 1 58 60 47
Octal 273 374 160 32 0 70 1 130 140 107
Binary 10111011 11111100 1110000 11010 0 111000 1 1011000 1100000 1000111

Color Harmonies of #BBFC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFC70

Black with #BBFC70

Text Example


Text Example

White with #BBFC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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