Html Css Color HEX #D1F601 Electric Lime

📋 copy color: '#D1F601'

red 209 ◦ green 246 ◦ blue 1

#D1F601
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #D1F601

Tints of Electric Lime #D1F601

RGB

 RED value IS 209 (82.03% from 255) = 45.83%

 GREEN value IS 246 (96.48% from 255) = 53.95%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 45.83%
G = 53.95%
B = 0.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#D1F601 (or 0xD1F601) is known color: Electric Lime. HEX triplet: D1, F6 and 01. RGB value is (209,246,1). Sum of RGB (Red+Green+Blue) = 209+246+1=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 246 (96.48% from 255 or 53.95% from 456); Blue value is 1 (0.78% from 255 or 0.22% from 456); Max value from RGB is 246 - color contains mainly: green. Hex color #D1F601 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F601 is #2E09FE. Grayscale: #CFCFCF. Windows color (decimal): -3017215 or 128721. OLE color: 128721.

HSL color Cylindrical-coordinate representation of color #D1F601: hue angle of 69.06º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1F601 is Cyan = 0.15, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 246 1 -
CMYK 0.15 0 1.00 0.04
HSL 69.06º 0.99% 0.48% -
HSV(B) 69.06º 1% 0.96% -
XYZ 59.26 79.47 12.24 -
YUV 207.01 11.74 129.42 -
System Red Green Blue C M Y K H S L
Decimal 209 246 1 0.15 0 1.00 0.04 69.06 0.99 0.48
Hex D1 F6 1 F 0 64 4 45 63 30
Octal 321 366 1 17 0 144 4 105 143 60
Binary 11010001 11110110 1 1111 0 1100100 100 1000101 1100011 110000

Color Harmonies of #D1F601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F601

Black with #D1F601

Text Example


Text Example

White with #D1F601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F601; }

 p { color: rgb(209,246,1); }

 H1.HeaderClassName
 {
   color: #D1F601;
 }
 .AnyTagClassName
 {
   color: #D1F601;
 }
</style>

background-color css

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

 a { background-color: rgb(209,246,1); }

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

border-color css

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

 span { border-color: rgb(209,246,1); }

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