Html Css Color HEX #B9FF75 Sulu

📋 copy color: '#B9FF75'

red 185 ◦ green 255 ◦ blue 117

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

Shades of Sulu #B9FF75

Tints of Sulu #B9FF75

RGB

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

 GREEN value IS 255 (100% from 255) = 45.78%

 BLUE value IS 117 (46.09% from 255) = 21.01%

R = 33.21%
G = 45.78%
B = 21.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#B9FF75 (or 0xB9FF75) is known color: Sulu. HEX triplet: B9, FF and 75. RGB value is (185,255,117). Sum of RGB (Red+Green+Blue) = 185+255+117=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FF75 is #46008A. Grayscale: #DADADA. Windows color (decimal): -4587659 or 7733177. OLE color: 7733177.

HSL color Cylindrical-coordinate representation of color #B9FF75: hue angle of 90.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9FF75 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 185 255 117 -
CMYK 0.27 0 0.54 0
HSL 90.43º 1% 0.73% -
HSV(B) 90.43º 0.54% 1% -
XYZ 58.98 83.12 29.76 -
YUV 218.34 70.81 104.22 -
System Red Green Blue C M Y K H S L
Decimal 185 255 117 0.27 0 0.54 0 90.43 1 0.73
Hex B9 FF 75 1B 0 36 0 5A 64 49
Octal 271 377 165 33 0 66 0 132 144 111
Binary 10111001 11111111 1110101 11011 0 110110 0 1011010 1100100 1001001

Color Harmonies of #B9FF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FF75

Black with #B9FF75

Text Example


Text Example

White with #B9FF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FF75; }

 p { color: rgb(185,255,117); }

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

background-color css

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

 a { background-color: rgb(185,255,117); }

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

border-color css

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

 span { border-color: rgb(185,255,117); }

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