Html Css Color HEX #D5F810 Electric Lime

📋 copy color: '#D5F810'

red 213 ◦ green 248 ◦ blue 16

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

Shades of Electric Lime #D5F810

Tints of Electric Lime #D5F810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.35%

R = 44.65%
G = 51.99%
B = 3.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#D5F810 (or 0xD5F810) is known color: Electric Lime. HEX triplet: D5, F8 and 10. RGB value is (213,248,16). Sum of RGB (Red+Green+Blue) = 213+248+16=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 248 (97.27% from 255 or 51.99% from 477); Blue value is 16 (6.64% from 255 or 3.35% from 477); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F810 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F810 is #2A07EF. Grayscale: #D3D3D3. Windows color (decimal): -2754544 or 1112277. OLE color: 1112277.

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

Color convert

RGB 213 248 16 -
CMYK 0.14 0 0.94 0.03
HSL 69.05º 0.94% 0.52% -
HSV(B) 69.05º 0.94% 0.97% -
XYZ 61.1 81.32 12.97 -
YUV 211.09 17.9 129.36 -
System Red Green Blue C M Y K H S L
Decimal 213 248 16 0.14 0 0.94 0.03 69.05 0.94 0.52
Hex D5 F8 10 E 0 5E 3 45 5E 34
Octal 325 370 20 16 0 136 3 105 136 64
Binary 11010101 11111000 10000 1110 0 1011110 11 1000101 1011110 110100

Color Harmonies of #D5F810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F810

Black with #D5F810

Text Example


Text Example

White with #D5F810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F810; }

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

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

background-color css

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

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

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

border-color css

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

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

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