Html Css Color HEX #D5F807 Electric Lime

📋 copy color: '#D5F807'

red 213 ◦ green 248 ◦ blue 7

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

Shades of Electric Lime #D5F807

Tints of Electric Lime #D5F807

RGB

 RED value IS 213 (83.59% from 255) = 45.51%

 GREEN value IS 248 (97.27% from 255) = 52.99%

 BLUE value IS 7 (3.13% from 255) = 1.5%

R = 45.51%
G = 52.99%
B = 1.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#D5F807 (or 0xD5F807) is known color: Electric Lime. HEX triplet: D5, F8 and 07. RGB value is (213,248,7). Sum of RGB (Red+Green+Blue) = 213+248+7=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 248 (97.27% from 255 or 52.99% from 468); Blue value is 7 (3.12% from 255 or 1.50% from 468); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F807 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F807 is #2A07F8. Grayscale: #D2D2D2. Windows color (decimal): -2754553 or 522453. OLE color: 522453.

HSL color Cylindrical-coordinate representation of color #D5F807: hue angle of 68.71º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5F807 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB 213 248 7 -
CMYK 0.14 0 0.97 0.03
HSL 68.71º 0.95% 0.5% -
HSV(B) 68.71º 0.97% 0.97% -
XYZ 61.05 81.3 12.68 -
YUV 210.06 13.4 130.1 -
System Red Green Blue C M Y K H S L
Decimal 213 248 7 0.14 0 0.97 0.03 68.71 0.95 0.5
Hex D5 F8 7 E 0 61 3 45 5F 32
Octal 325 370 7 16 0 141 3 105 137 62
Binary 11010101 11111000 111 1110 0 1100001 11 1000101 1011111 110010

Color Harmonies of #D5F807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F807

Black with #D5F807

Text Example


Text Example

White with #D5F807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F807; }

 p { color: rgb(213,248,7); }

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

background-color css

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

 a { background-color: rgb(213,248,7); }

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

border-color css

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

 span { border-color: rgb(213,248,7); }

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