#B8F274

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

Shades of Sulu #B8F274

Tints of Sulu #B8F274

Color information

#B8F274 (or 0xB8F274) is unknown color: approx Sulu. HEX triplet: B8, F2 and 74. RGB value is (184,242,116). Sum of RGB (Red+Green+Blue) = 184+242+116=542 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.95% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F274 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F274 is #470D8B. Grayscale: #D2D2D2. Windows color (decimal): -4656524 or 7664312. OLE color: 7664312.

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

Color convert

RGB184242116-
CMYK0.2400.520.05
HSL87.62º82.89%70.2%-
HSV(B)87.62º52.07%94.9%-
XYZ54.6774.9628.11-
YUV210.2974.78109.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.95%
GREEN value IS 242 (94.92% from 255) = 44.65%
BLUE value IS 116 (45.70% from 255) = 21.40%
R=33.95%
G=44.65%
B=21.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1842421160.2400.520.0587.6282.8970.2
HexB8F274180345585346
Octal270362164300645130123106
Binary10111000111100101110100110000110100101101100010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F274; }

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

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

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

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

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

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

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

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