#D3FE7D

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

Shades of Sulu #D3FE7D

Tints of Sulu #D3FE7D

Color information

#D3FE7D (or 0xD3FE7D) is unknown color: approx Sulu. HEX triplet: D3, FE and 7D. RGB value is (211,254,125). Sum of RGB (Red+Green+Blue) = 211+254+125=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 125 (49.22% from 255 or 21.19% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #D3FE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FE7D is #2C0182. Grayscale: #E2E2E2. Windows color (decimal): -2883971 or 8257235. OLE color: 8257235.

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

Color convert

RGB211254125-
CMYK0.1700.510.00
HSL80º98.47%74.31%-
HSV(B)80º50.79%99.61%-
XYZ66.0186.2132.56-
YUV226.4470.75116.99-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.76%
GREEN value IS 254 (99.61% from 255) = 43.05%
BLUE value IS 125 (49.22% from 255) = 21.19%
R=35.76%
G=43.05%
B=21.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2112541250.1700.510.008098.4774.31
HexD3FE7D11033050624a
Octal323376175210630120142112
Binary110100111111111011111011000101100110101000011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FE7D; }

 p { color: rgb(211,254,125); }

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

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

 a { background-color: rgb(211,254,125); }

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

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

 span { border-color: rgb(211,254,125); }

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