Html Css Color HEX #B0FB7D Sulu

📋 copy color: '#B0FB7D'

red 176 ◦ green 251 ◦ blue 125

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

Shades of Sulu #B0FB7D

Tints of Sulu #B0FB7D

RGB

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

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

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

R = 31.88%
G = 45.47%
B = 22.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#B0FB7D (or 0xB0FB7D) is known color: Sulu. HEX triplet: B0, FB and 7D. RGB value is (176,251,125). Sum of RGB (Red+Green+Blue) = 176+251+125=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FB7D is #4F0482. Grayscale: #D6D6D6. Windows color (decimal): -5178499 or 8256432. OLE color: 8256432.

HSL color Cylindrical-coordinate representation of color #B0FB7D: hue angle of 95.71º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0FB7D is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 251 125 -
CMYK 0.30 0 0.50 0.02
HSL 95.71º 0.94% 0.74% -
HSV(B) 95.71º 0.5% 0.98% -
XYZ 56.1 79.71 31.83 -
YUV 214.21 77.65 100.75 -
System Red Green Blue C M Y K H S L
Decimal 176 251 125 0.30 0 0.50 0.02 95.71 0.94 0.74
Hex B0 FB 7D 1E 0 32 2 60 5E 4A
Octal 260 373 175 36 0 62 2 140 136 112
Binary 10110000 11111011 1111101 11110 0 110010 10 1100000 1011110 1001010

Color Harmonies of #B0FB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FB7D

Black with #B0FB7D

Text Example


Text Example

White with #B0FB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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