Html Css Color HEX #B0FB6E Sulu

📋 copy color: '#B0FB6E'

red 176 ◦ green 251 ◦ blue 110

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

Shades of Sulu #B0FB6E

Tints of Sulu #B0FB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.48%

R = 32.77%
G = 46.74%
B = 20.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#B0FB6E (or 0xB0FB6E) is known color: Sulu. HEX triplet: B0, FB and 6E. RGB value is (176,251,110). Sum of RGB (Red+Green+Blue) = 176+251+110=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FB6E is #4F0491. Grayscale: #D4D4D4. Windows color (decimal): -5178514 or 7273392. OLE color: 7273392.

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

Color convert

RGB 176 251 110 -
CMYK 0.30 0 0.56 0.02
HSL 91.91º 0.95% 0.71% -
HSV(B) 91.91º 0.56% 0.98% -
XYZ 55.22 79.35 27.16 -
YUV 212.5 70.15 101.96 -
System Red Green Blue C M Y K H S L
Decimal 176 251 110 0.30 0 0.56 0.02 91.91 0.95 0.71
Hex B0 FB 6E 1E 0 38 2 5C 5F 47
Octal 260 373 156 36 0 70 2 134 137 107
Binary 10110000 11111011 1101110 11110 0 111000 10 1011100 1011111 1000111

Color Harmonies of #B0FB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FB6E

Black with #B0FB6E

Text Example


Text Example

White with #B0FB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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