Html Css Color HEX #B9F780 Sulu

📋 copy color: '#B9F780'

red 185 ◦ green 247 ◦ blue 128

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

Shades of Sulu #B9F780

Tints of Sulu #B9F780

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.11%

 BLUE value IS 128 (50.39% from 255) = 22.86%

R = 33.04%
G = 44.11%
B = 22.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#B9F780 (or 0xB9F780) is known color: Sulu. HEX triplet: B9, F7 and 80. RGB value is (185,247,128). Sum of RGB (Red+Green+Blue) = 185+247+128=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 247 (96.88% from 255 or 44.11% from 560); Blue value is 128 (50.39% from 255 or 22.86% from 560); Max value from RGB is 247 - color contains mainly: green. Hex color #B9F780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9F780 is #46087F. Grayscale: #D7D7D7. Windows color (decimal): -4589696 or 8452025. OLE color: 8452025.

HSL color Cylindrical-coordinate representation of color #B9F780: hue angle of 91.26º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B9F780 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 185 247 128 -
CMYK 0.25 0 0.48 0.03
HSL 91.26º 0.88% 0.74% -
HSV(B) 91.26º 0.48% 0.97% -
XYZ 57.16 78.39 32.54 -
YUV 214.9 78.96 106.68 -
System Red Green Blue C M Y K H S L
Decimal 185 247 128 0.25 0 0.48 0.03 91.26 0.88 0.74
Hex B9 F7 80 19 0 30 3 5B 58 4A
Octal 271 367 200 31 0 60 3 133 130 112
Binary 10111001 11110111 10000000 11001 0 110000 11 1011011 1011000 1001010

Color Harmonies of #B9F780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F780

Black with #B9F780

Text Example


Text Example

White with #B9F780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F780; }

 p { color: rgb(185,247,128); }

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

background-color css

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

 a { background-color: rgb(185,247,128); }

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

border-color css

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

 span { border-color: rgb(185,247,128); }

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