Html Css Color HEX #B0FB70 Sulu

📋 copy color: '#B0FB70'

red 176 ◦ green 251 ◦ blue 112

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

Shades of Sulu #B0FB70

Tints of Sulu #B0FB70

RGB

 RED value IS 176 (69.14% from 255) = 32.65%

 GREEN value IS 251 (98.44% from 255) = 46.57%

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

R = 32.65%
G = 46.57%
B = 20.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#B0FB70 (or 0xB0FB70) is known color: Sulu. HEX triplet: B0, FB and 70. RGB value is (176,251,112). Sum of RGB (Red+Green+Blue) = 176+251+112=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 251 (98.44% from 255 or 46.57% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FB70 is #4F048F. Grayscale: #D5D5D5. Windows color (decimal): -5178512 or 7404464. OLE color: 7404464.

HSL color Cylindrical-coordinate representation of color #B0FB70: hue angle of 92.37º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0FB70 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 251 112 -
CMYK 0.30 0 0.55 0.02
HSL 92.37º 0.95% 0.71% -
HSV(B) 92.37º 0.55% 0.98% -
XYZ 55.33 79.39 27.74 -
YUV 212.73 71.15 101.8 -
System Red Green Blue C M Y K H S L
Decimal 176 251 112 0.30 0 0.55 0.02 92.37 0.95 0.71
Hex B0 FB 70 1E 0 37 2 5C 5F 47
Octal 260 373 160 36 0 67 2 134 137 107
Binary 10110000 11111011 1110000 11110 0 110111 10 1011100 1011111 1000111

Color Harmonies of #B0FB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FB70

Black with #B0FB70

Text Example


Text Example

White with #B0FB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FB70; }

 p { color: rgb(176,251,112); }

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

background-color css

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

 a { background-color: rgb(176,251,112); }

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

border-color css

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

 span { border-color: rgb(176,251,112); }

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