#B8FF74

Color #B8FF74 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #B8FF74

Tints of Sulu #B8FF74

Color information

#B8FF74 (or 0xB8FF74) is unknown color: approx Sulu. HEX triplet: B8, FF and 74. RGB value is (184,255,116). Sum of RGB (Red+Green+Blue) = 184+255+116=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 116 (45.70% from 255 or 20.90% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FF74 is #47008B. Grayscale: #DADADA. Windows color (decimal): -4653196 or 7667640. OLE color: 7667640.

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

Color convert

RGB184255116-
CMYK0.2800.550
HSL90.65º100%72.75%-
HSV(B)90.65º54.51%100%-
XYZ58.6882.9729.45-
YUV217.9270.48103.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.15%
GREEN value IS 255 (100% from 255) = 45.95%
BLUE value IS 116 (45.70% from 255) = 20.90%
R=33.15%
G=45.95%
B=20.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842551160.2800.55090.6510072.75
HexB8FF741C03705b6449
Octal270377164340670133144111
Binary101110001111111111101001110001101110101101111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FF74; }

 p { color: rgb(184,255,116); }

 H1.HeaderClassName
 {
   color: #B8FF74;
 }
 .AnyTagClassName
 {
   color: #B8FF74;
 }
</style>
background-color css

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

 a { background-color: rgb(184,255,116); }

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

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

 span { border-color: rgb(184,255,116); }

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