#B8FD64

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

Shades of Sulu #B8FD64

Tints of Sulu #B8FD64

Color information

#B8FD64 (or 0xB8FD64) is unknown color: approx Sulu. HEX triplet: B8, FD and 64. RGB value is (184,253,100). Sum of RGB (Red+Green+Blue) = 184+253+100=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FD64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FD64 is #47029B. Grayscale: #D7D7D7. Windows color (decimal): -4653724 or 6618552. OLE color: 6618552.

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

Color convert

RGB184253100-
CMYK0.2700.600.01
HSL87.06º97.45%69.22%-
HSV(B)87.06º60.47%99.22%-
XYZ57.1981.3624.75-
YUV214.9363.14105.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.26%
GREEN value IS 253 (99.22% from 255) = 47.11%
BLUE value IS 100 (39.45% from 255) = 18.62%
R=34.26%
G=47.11%
B=18.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842531000.2700.600.0187.0697.4569.22
HexB8FD641B03C1576145
Octal270375144330741127141105
Binary101110001111110111001001101101111001101011111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FD64; }

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

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

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

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

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

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

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

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