Html Css Color HEX #B0F57C Sulu

📋 copy color: '#B0F57C'

red 176 ◦ green 245 ◦ blue 124

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

Shades of Sulu #B0F57C

Tints of Sulu #B0F57C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.95%

 BLUE value IS 124 (48.83% from 255) = 22.75%

R = 32.29%
G = 44.95%
B = 22.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#B0F57C (or 0xB0F57C) is known color: Sulu. HEX triplet: B0, F5 and 7C. RGB value is (176,245,124). Sum of RGB (Red+Green+Blue) = 176+245+124=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 245 (96.09% from 255 or 44.95% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F57C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F57C is #4F0A83. Grayscale: #D2D2D2. Windows color (decimal): -5180036 or 8189360. OLE color: 8189360.

HSL color Cylindrical-coordinate representation of color #B0F57C: hue angle of 94.21º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0F57C is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 245 124 -
CMYK 0.28 0 0.49 0.04
HSL 94.21º 0.86% 0.72% -
HSV(B) 94.21º 0.49% 0.96% -
XYZ 54.19 75.99 30.88 -
YUV 210.58 79.14 103.34 -
System Red Green Blue C M Y K H S L
Decimal 176 245 124 0.28 0 0.49 0.04 94.21 0.86 0.72
Hex B0 F5 7C 1C 0 31 4 5E 56 48
Octal 260 365 174 34 0 61 4 136 126 110
Binary 10110000 11110101 1111100 11100 0 110001 100 1011110 1010110 1001000

Color Harmonies of #B0F57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F57C

Black with #B0F57C

Text Example


Text Example

White with #B0F57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F57C; }

 p { color: rgb(176,245,124); }

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

background-color css

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

 a { background-color: rgb(176,245,124); }

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

border-color css

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

 span { border-color: rgb(176,245,124); }

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