Html Css Color HEX #B5F370 Sulu

📋 copy color: '#B5F370'

red 181 ◦ green 243 ◦ blue 112

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

Shades of Sulu #B5F370

Tints of Sulu #B5F370

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.34%

 BLUE value IS 112 (44.14% from 255) = 20.9%

R = 33.77%
G = 45.34%
B = 20.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#B5F370 (or 0xB5F370) is known color: Sulu. HEX triplet: B5, F3 and 70. RGB value is (181,243,112). Sum of RGB (Red+Green+Blue) = 181+243+112=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #B5F370 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F370 is #4A0C8F. Grayscale: #D1D1D1. Windows color (decimal): -4852880 or 7402421. OLE color: 7402421.

HSL color Cylindrical-coordinate representation of color #B5F370: hue angle of 88.4º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5F370 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 243 112 -
CMYK 0.26 0 0.54 0.05
HSL 88.4º 0.85% 0.7% -
HSV(B) 88.4º 0.54% 0.95% -
XYZ 54.03 75.09 26.98 -
YUV 209.53 72.96 107.65 -
System Red Green Blue C M Y K H S L
Decimal 181 243 112 0.26 0 0.54 0.05 88.4 0.85 0.7
Hex B5 F3 70 1A 0 36 5 58 55 46
Octal 265 363 160 32 0 66 5 130 125 106
Binary 10110101 11110011 1110000 11010 0 110110 101 1011000 1010101 1000110

Color Harmonies of #B5F370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F370

Black with #B5F370

Text Example


Text Example

White with #B5F370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F370; }

 p { color: rgb(181,243,112); }

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

background-color css

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

 a { background-color: rgb(181,243,112); }

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

border-color css

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

 span { border-color: rgb(181,243,112); }

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