#B8FD7D

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

Shades of Sulu #B8FD7D

Tints of Sulu #B8FD7D

Color information

#B8FD7D (or 0xB8FD7D) is unknown color: approx Sulu. HEX triplet: B8, FD and 7D. RGB value is (184,253,125). Sum of RGB (Red+Green+Blue) = 184+253+125=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FD7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FD7D is #470282. Grayscale: #DADADA. Windows color (decimal): -4653699 or 8256952. OLE color: 8256952.

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

Color convert

RGB184253125-
CMYK0.2700.510.01
HSL92.34º96.97%74.12%-
HSV(B)92.34º50.59%99.22%-
XYZ58.5981.9232.13-
YUV217.7875.64103.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.74%
GREEN value IS 253 (99.22% from 255) = 45.02%
BLUE value IS 125 (49.22% from 255) = 22.24%
R=32.74%
G=45.02%
B=22.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842531250.2700.510.0192.3496.9774.12
HexB8FD7D1B03315c614a
Octal270375175330631134141112
Binary101110001111110111111011101101100111101110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FD7D; }

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

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

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

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

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

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

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

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