#D6FD7D

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

Shades of Sulu #D6FD7D

Tints of Sulu #D6FD7D

Color information

#D6FD7D (or 0xD6FD7D) is unknown color: approx Sulu. HEX triplet: D6, FD and 7D. RGB value is (214,253,125). Sum of RGB (Red+Green+Blue) = 214+253+125=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 253 (99.22% from 255 or 42.74% from 592); Blue value is 125 (49.22% from 255 or 21.11% from 592); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FD7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FD7D is #290282. Grayscale: #E3E3E3. Windows color (decimal): -2687619 or 8256982. OLE color: 8256982.

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

Color convert

RGB214253125-
CMYK0.1500.510.01
HSL78.28º96.97%74.12%-
HSV(B)78.28º50.59%99.22%-
XYZ66.5686.0332.5-
YUV226.7570.58118.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.15%
GREEN value IS 253 (99.22% from 255) = 42.74%
BLUE value IS 125 (49.22% from 255) = 21.11%
R=36.15%
G=42.74%
B=21.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142531250.1500.510.0178.2896.9774.12
HexD6FD7DF03314e614a
Octal326375175170631116141112
Binary11010110111111011111101111101100111100111011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FD7D; }

 p { color: rgb(214,253,125); }

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

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

 a { background-color: rgb(214,253,125); }

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

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

 span { border-color: rgb(214,253,125); }

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