Html Css Color HEX #BBFD70 Sulu

📋 copy color: '#BBFD70'

red 187 ◦ green 253 ◦ blue 112

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

Shades of Sulu #BBFD70

Tints of Sulu #BBFD70

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.83%

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

R = 33.88%
G = 45.83%
B = 20.29%

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

#BBFD70 (or 0xBBFD70) is known color: Sulu. HEX triplet: BB, FD and 70. RGB value is (187,253,112). Sum of RGB (Red+Green+Blue) = 187+253+112=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 112 (44.14% from 255 or 20.29% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFD70 is #44028F. Grayscale: #D9D9D9. Windows color (decimal): -4457104 or 7404987. OLE color: 7404987.

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

Color convert

RGB 187 253 112 -
CMYK 0.26 0 0.56 0.01
HSL 88.09º 0.97% 0.72% -
HSV(B) 88.09º 0.56% 0.99% -
XYZ 58.54 81.99 28.07 -
YUV 217.19 68.63 106.46 -
System Red Green Blue C M Y K H S L
Decimal 187 253 112 0.26 0 0.56 0.01 88.09 0.97 0.72
Hex BB FD 70 1A 0 38 1 58 61 48
Octal 273 375 160 32 0 70 1 130 141 110
Binary 10111011 11111101 1110000 11010 0 111000 1 1011000 1100001 1001000

Color Harmonies of #BBFD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFD70

Black with #BBFD70

Text Example


Text Example

White with #BBFD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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