Html Css Color HEX #B0FE85 Sulu

📋 copy color: '#B0FE85'

red 176 ◦ green 254 ◦ blue 133

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

Shades of Sulu #B0FE85

Tints of Sulu #B0FE85

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.12%

 BLUE value IS 133 (52.34% from 255) = 23.62%

R = 31.26%
G = 45.12%
B = 23.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#B0FE85 (or 0xB0FE85) is known color: Sulu. HEX triplet: B0, FE and 85. RGB value is (176,254,133). Sum of RGB (Red+Green+Blue) = 176+254+133=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FE85 is #4F017A. Grayscale: #D9D9D9. Windows color (decimal): -5177723 or 8781488. OLE color: 8781488.

HSL color Cylindrical-coordinate representation of color #B0FE85: hue angle of 98.68º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0FE85 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 254 133 -
CMYK 0.31 0 0.48 0.00
HSL 98.68º 0.98% 0.76% -
HSV(B) 98.68º 0.48% 1% -
XYZ 57.58 81.81 34.95 -
YUV 216.88 80.66 98.84 -
System Red Green Blue C M Y K H S L
Decimal 176 254 133 0.31 0 0.48 0.00 98.68 0.98 0.76
Hex B0 FE 85 1F 0 30 0 63 62 4C
Octal 260 376 205 37 0 60 0 143 142 114
Binary 10110000 11111110 10000101 11111 0 110000 0 1100011 1100010 1001100

Color Harmonies of #B0FE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FE85

Black with #B0FE85

Text Example


Text Example

White with #B0FE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FE85; }

 p { color: rgb(176,254,133); }

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

background-color css

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

 a { background-color: rgb(176,254,133); }

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

border-color css

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

 span { border-color: rgb(176,254,133); }

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