#D1FD07

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

Shades of Electric Lime #D1FD07

Tints of Electric Lime #D1FD07

Color information

#D1FD07 (or 0xD1FD07) is unknown color: approx Electric Lime. HEX triplet: D1, FD and 07. RGB value is (209,253,7). Sum of RGB (Red+Green+Blue) = 209+253+7=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 253 (99.22% from 255 or 53.94% from 469); Blue value is 7 (3.12% from 255 or 1.49% from 469); Max value from RGB is 253 - color contains mainly: green. Hex color #D1FD07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1FD07 is #2E02F8. Grayscale: #D4D4D4. Windows color (decimal): -3015417 or 523729. OLE color: 523729.

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

Color convert

RGB2092537-
CMYK0.1700.970.01
HSL70.73º98.4%50.98%-
HSV(B)70.73º97.23%99.22%-
XYZ61.4683.8213.14-
YUV211.812.42126-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.56%
GREEN value IS 253 (99.22% from 255) = 53.94%
BLUE value IS 7 (3.12% from 255) = 1.49%
R=44.56%
G=53.94%
B=1.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal20925370.1700.970.0170.7398.450.98
HexD1FD7110611476233
Octal3213757210141110714263
Binary11010001111111011111000101100001110001111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FD07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FD07; }

 p { color: rgb(209,253,7); }

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

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

 a { background-color: rgb(209,253,7); }

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

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

 span { border-color: rgb(209,253,7); }

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