Html Css Color HEX #B0F87D Sulu

📋 copy color: '#B0F87D'

red 176 ◦ green 248 ◦ blue 125

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

Shades of Sulu #B0F87D

Tints of Sulu #B0F87D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.17%

 BLUE value IS 125 (49.22% from 255) = 22.77%

R = 32.06%
G = 45.17%
B = 22.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#B0F87D (or 0xB0F87D) is known color: Sulu. HEX triplet: B0, F8 and 7D. RGB value is (176,248,125). Sum of RGB (Red+Green+Blue) = 176+248+125=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 248 (97.27% from 255 or 45.17% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F87D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F87D is #4F0782. Grayscale: #D4D4D4. Windows color (decimal): -5179267 or 8255664. OLE color: 8255664.

HSL color Cylindrical-coordinate representation of color #B0F87D: hue angle of 95.12º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0F87D is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 248 125 -
CMYK 0.29 0 0.50 0.03
HSL 95.12º 0.9% 0.73% -
HSV(B) 95.12º 0.5% 0.97% -
XYZ 55.17 77.85 31.52 -
YUV 212.45 78.65 102 -
System Red Green Blue C M Y K H S L
Decimal 176 248 125 0.29 0 0.50 0.03 95.12 0.9 0.73
Hex B0 F8 7D 1D 0 32 3 5F 5A 49
Octal 260 370 175 35 0 62 3 137 132 111
Binary 10110000 11111000 1111101 11101 0 110010 11 1011111 1011010 1001001

Color Harmonies of #B0F87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F87D

Black with #B0F87D

Text Example


Text Example

White with #B0F87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F87D; }

 p { color: rgb(176,248,125); }

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

background-color css

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

 a { background-color: rgb(176,248,125); }

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

border-color css

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

 span { border-color: rgb(176,248,125); }

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