Html Css Color HEX #B5FA85 Sulu

📋 copy color: '#B5FA85'

red 181 ◦ green 250 ◦ blue 133

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

Shades of Sulu #B5FA85

Tints of Sulu #B5FA85

RGB

 RED value IS 181 (71.09% from 255) = 32.09%

 GREEN value IS 250 (98.05% from 255) = 44.33%

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

R = 32.09%
G = 44.33%
B = 23.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#B5FA85 (or 0xB5FA85) is known color: Sulu. HEX triplet: B5, FA and 85. RGB value is (181,250,133). Sum of RGB (Red+Green+Blue) = 181+250+133=564 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.09% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 133 (52.34% from 255 or 23.58% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FA85 is #4A057A. Grayscale: #D8D8D8. Windows color (decimal): -4851067 or 8780469. OLE color: 8780469.

HSL color Cylindrical-coordinate representation of color #B5FA85: hue angle of 95.38º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5FA85 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 250 133 -
CMYK 0.28 0 0.47 0.02
HSL 95.38º 0.92% 0.75% -
HSV(B) 95.38º 0.47% 0.98% -
XYZ 57.48 79.89 34.58 -
YUV 216.03 81.14 103.01 -
System Red Green Blue C M Y K H S L
Decimal 181 250 133 0.28 0 0.47 0.02 95.38 0.92 0.75
Hex B5 FA 85 1C 0 2F 2 5F 5C 4B
Octal 265 372 205 34 0 57 2 137 134 113
Binary 10110101 11111010 10000101 11100 0 101111 10 1011111 1011100 1001011

Color Harmonies of #B5FA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FA85

Black with #B5FA85

Text Example


Text Example

White with #B5FA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FA85; }

 p { color: rgb(181,250,133); }

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

background-color css

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

 a { background-color: rgb(181,250,133); }

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

border-color css

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

 span { border-color: rgb(181,250,133); }

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