Html Css Color HEX #B9F370 Sulu

📋 copy color: '#B9F370'

red 185 ◦ green 243 ◦ blue 112

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

Shades of Sulu #B9F370

Tints of Sulu #B9F370

RGB

 RED value IS 185 (72.66% from 255) = 34.26%

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

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

R = 34.26%
G = 45%
B = 20.74%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#B9F370 (or 0xB9F370) is known color: Sulu. HEX triplet: B9, F3 and 70. RGB value is (185,243,112). Sum of RGB (Red+Green+Blue) = 185+243+112=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #B9F370 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F370 is #460C8F. Grayscale: #D3D3D3. Windows color (decimal): -4590736 or 7402425. OLE color: 7402425.

HSL color Cylindrical-coordinate representation of color #B9F370: hue angle of 86.56º 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 #B9F370 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 243 112 -
CMYK 0.24 0 0.54 0.05
HSL 86.56º 0.85% 0.7% -
HSV(B) 86.56º 0.54% 0.95% -
XYZ 54.98 75.59 27.02 -
YUV 210.72 72.28 109.65 -
System Red Green Blue C M Y K H S L
Decimal 185 243 112 0.24 0 0.54 0.05 86.56 0.85 0.7
Hex B9 F3 70 18 0 36 5 57 55 46
Octal 271 363 160 30 0 66 5 127 125 106
Binary 10111001 11110011 1110000 11000 0 110110 101 1010111 1010101 1000110

Color Harmonies of #B9F370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F370

Black with #B9F370

Text Example


Text Example

White with #B9F370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F370; }

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

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

background-color css

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

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

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

border-color css

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

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

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