#D3FD84

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

Shades of Sulu #D3FD84

Tints of Sulu #D3FD84

Color information

#D3FD84 (or 0xD3FD84) is unknown color: approx Sulu. HEX triplet: D3, FD and 84. RGB value is (211,253,132). Sum of RGB (Red+Green+Blue) = 211+253+132=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 132 (51.95% from 255 or 22.15% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FD84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3FD84 is #2C027B. Grayscale: #E3E3E3. Windows color (decimal): -2884220 or 8715731. OLE color: 8715731.

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

Color convert

RGB211253132-
CMYK0.1700.480.01
HSL80.83º96.8%75.49%-
HSV(B)80.83º47.83%99.22%-
XYZ66.1585.7734.9-
YUV226.6574.59116.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.40%
GREEN value IS 253 (99.22% from 255) = 42.45%
BLUE value IS 132 (51.95% from 255) = 22.15%
R=35.40%
G=42.45%
B=22.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2112531320.1700.480.0180.8396.875.49
HexD3FD8411030151614b
Octal323375204210601121141113
Binary1101001111111101100001001000101100001101000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FD84; }

 p { color: rgb(211,253,132); }

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

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

 a { background-color: rgb(211,253,132); }

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

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

 span { border-color: rgb(211,253,132); }

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