#D5F87B

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

Shades of Sulu #D5F87B

Tints of Sulu #D5F87B

Color information

#D5F87B (or 0xD5F87B) is unknown color: approx Sulu. HEX triplet: D5, F8 and 7B. RGB value is (213,248,123). Sum of RGB (Red+Green+Blue) = 213+248+123=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 248 (97.27% from 255 or 42.47% from 584); Blue value is 123 (48.44% from 255 or 21.06% from 584); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F87B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F87B is #2A0784. Grayscale: #DFDFDF. Windows color (decimal): -2754437 or 8124629. OLE color: 8124629.

HSL color Cylindrical-coordinate representation of color #D5F87B: hue angle of 76.8º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5F87B is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB213248123-
CMYK0.1400.500.03
HSL76.8º89.93%72.75%-
HSV(B)76.8º50.4%97.25%-
XYZ64.5882.7131.3-
YUV223.2871.4120.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.47%
GREEN value IS 248 (97.27% from 255) = 42.47%
BLUE value IS 123 (48.44% from 255) = 21.06%
R=36.47%
G=42.47%
B=21.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132481230.1400.500.0376.889.9372.75
HexD5F87BE03234d5a49
Octal325370173160623115132111
Binary110101011111100011110111110011001011100110110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F87B; }

 p { color: rgb(213,248,123); }

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

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

 a { background-color: rgb(213,248,123); }

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

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

 span { border-color: rgb(213,248,123); }

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