#d5ff7e

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

Shades of Sulu #D5FF7E

Tints of Sulu #D5FF7E

Color information

#D5FF7E (or 0xD5FF7E) is unknown color: approx Sulu. HEX triplet: D5, FF and 7E. RGB value is (213,255,126). Sum of RGB (Red+Green+Blue) = 213+255+126=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 126 (49.61% from 255 or 21.21% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FF7E is #2A0081. Grayscale: #E4E4E4. Windows color (decimal): -2752642 or 8323029. OLE color: 8323029.

HSL color Cylindrical-coordinate representation of color #D5FF7E: hue angle of 79.53º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5FF7E is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB213255126-
CMYK0.1600.510
HSL79.53º100%74.71%-
HSV(B)79.53º50.59%100%-
XYZ66.9787.1733.04-
YUV227.7470.59117.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.86%
GREEN value IS 255 (100% from 255) = 42.93%
BLUE value IS 126 (49.61% from 255) = 21.21%
R=35.86%
G=42.93%
B=21.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132551260.1600.51079.5310074.71
HexD5FF7E10033050644b
Octal325377176200630120144113
Binary110101011111111111111101000001100110101000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5ff7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5ff7e; }

 p { color: rgb(213,255,126); }

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

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

 a { background-color: rgb(213,255,126); }

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

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

 span { border-color: rgb(213,255,126); }

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