#B8FD6D

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

Shades of Sulu #B8FD6D

Tints of Sulu #B8FD6D

Color information

#B8FD6D (or 0xB8FD6D) is unknown color: approx Sulu. HEX triplet: B8, FD and 6D. RGB value is (184,253,109). Sum of RGB (Red+Green+Blue) = 184+253+109=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FD6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FD6D is #470292. Grayscale: #D8D8D8. Windows color (decimal): -4653715 or 7208376. OLE color: 7208376.

HSL color Cylindrical-coordinate representation of color #B8FD6D: hue angle of 88.75º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8FD6D is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB184253109-
CMYK0.2700.570.01
HSL88.75º97.3%70.98%-
HSV(B)88.75º56.92%99.22%-
XYZ57.6581.5527.17-
YUV215.9567.64105.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.70%
GREEN value IS 253 (99.22% from 255) = 46.34%
BLUE value IS 109 (42.97% from 255) = 19.96%
R=33.70%
G=46.34%
B=19.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842531090.2700.570.0188.7597.370.98
HexB8FD6D1B0391596147
Octal270375155330711131141107
Binary101110001111110111011011101101110011101100111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FD6D; }

 p { color: rgb(184,253,109); }

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

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

 a { background-color: rgb(184,253,109); }

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

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

 span { border-color: rgb(184,253,109); }

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