#B8F07D

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

Shades of Sulu #B8F07D

Tints of Sulu #B8F07D

Color information

#B8F07D (or 0xB8F07D) is unknown color: approx Sulu. HEX triplet: B8, F0 and 7D. RGB value is (184,240,125). Sum of RGB (Red+Green+Blue) = 184+240+125=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #B8F07D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F07D is #470F82. Grayscale: #D2D2D2. Windows color (decimal): -4657027 or 8253624. OLE color: 8253624.

HSL color Cylindrical-coordinate representation of color #B8F07D: hue angle of 89.22º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8F07D is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB184240125-
CMYK0.2300.480.06
HSL89.22º79.31%71.57%-
HSV(B)89.22º47.92%94.12%-
XYZ54.6373.9930.8-
YUV210.1579.95109.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.52%
GREEN value IS 240 (94.14% from 255) = 43.72%
BLUE value IS 125 (49.22% from 255) = 22.77%
R=33.52%
G=43.72%
B=22.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1842401250.2300.480.0689.2279.3171.57
HexB8F07D170306594f48
Octal270360175270606131117110
Binary10111000111100001111101101110110000110101100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F07D; }

 p { color: rgb(184,240,125); }

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

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

 a { background-color: rgb(184,240,125); }

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

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

 span { border-color: rgb(184,240,125); }

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