#D3FF7C

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

Shades of Sulu #D3FF7C

Tints of Sulu #D3FF7C

Color information

#D3FF7C (or 0xD3FF7C) is unknown color: approx Sulu. HEX triplet: D3, FF and 7C. RGB value is (211,255,124). Sum of RGB (Red+Green+Blue) = 211+255+124=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 124 (48.83% from 255 or 21.02% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FF7C is #2C0083. Grayscale: #E3E3E3. Windows color (decimal): -2883716 or 8191955. OLE color: 8191955.

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

Color convert

RGB211255124-
CMYK0.1700.510
HSL80.15º100%74.31%-
HSV(B)80.15º51.37%100%-
XYZ66.2686.8232.34-
YUV226.9169.92116.65-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.76%
GREEN value IS 255 (100% from 255) = 43.22%
BLUE value IS 124 (48.83% from 255) = 21.02%
R=35.76%
G=43.22%
B=21.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2112551240.1700.51080.1510074.31
HexD3FF7C11033050644a
Octal323377174210630120144112
Binary110100111111111111111001000101100110101000011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FF7C; }

 p { color: rgb(211,255,124); }

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

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

 a { background-color: rgb(211,255,124); }

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

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

 span { border-color: rgb(211,255,124); }

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