Html Css Color HEX #B0F170 Sulu

📋 copy color: '#B0F170'

red 176 ◦ green 241 ◦ blue 112

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

Shades of Sulu #B0F170

Tints of Sulu #B0F170

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.56%

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

R = 33.27%
G = 45.56%
B = 21.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#B0F170 (or 0xB0F170) is known color: Sulu. HEX triplet: B0, F1 and 70. RGB value is (176,241,112). Sum of RGB (Red+Green+Blue) = 176+241+112=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F170 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F170 is #4F0E8F. Grayscale: #CFCFCF. Windows color (decimal): -5181072 or 7401904. OLE color: 7401904.

HSL color Cylindrical-coordinate representation of color #B0F170: hue angle of 90.23º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0F170 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 241 112 -
CMYK 0.27 0 0.54 0.05
HSL 90.23º 0.82% 0.69% -
HSV(B) 90.23º 0.54% 0.95% -
XYZ 52.28 73.31 26.72 -
YUV 206.86 74.47 105.99 -
System Red Green Blue C M Y K H S L
Decimal 176 241 112 0.27 0 0.54 0.05 90.23 0.82 0.69
Hex B0 F1 70 1B 0 36 5 5A 52 45
Octal 260 361 160 33 0 66 5 132 122 105
Binary 10110000 11110001 1110000 11011 0 110110 101 1011010 1010010 1000101

Color Harmonies of #B0F170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F170

Black with #B0F170

Text Example


Text Example

White with #B0F170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F170; }

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

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

background-color css

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

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

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

border-color css

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

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

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