Html Css Color HEX #D5F809 Electric Lime

📋 copy color: '#D5F809'

red 213 ◦ green 248 ◦ blue 9

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

Shades of Electric Lime #D5F809

Tints of Electric Lime #D5F809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.91%

R = 45.32%
G = 52.77%
B = 1.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#D5F809 (or 0xD5F809) is known color: Electric Lime. HEX triplet: D5, F8 and 09. RGB value is (213,248,9). Sum of RGB (Red+Green+Blue) = 213+248+9=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 248 (97.27% from 255 or 52.77% from 470); Blue value is 9 (3.91% from 255 or 1.91% from 470); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F809 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F809 is #2A07F6. Grayscale: #D3D3D3. Windows color (decimal): -2754551 or 653525. OLE color: 653525.

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

Color convert

RGB 213 248 9 -
CMYK 0.14 0 0.96 0.03
HSL 68.79º 0.94% 0.5% -
HSV(B) 68.79º 0.96% 0.97% -
XYZ 61.06 81.3 12.73 -
YUV 210.29 14.4 129.93 -
System Red Green Blue C M Y K H S L
Decimal 213 248 9 0.14 0 0.96 0.03 68.79 0.94 0.5
Hex D5 F8 9 E 0 60 3 45 5E 32
Octal 325 370 11 16 0 140 3 105 136 62
Binary 11010101 11111000 1001 1110 0 1100000 11 1000101 1011110 110010

Color Harmonies of #D5F809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F809

Black with #D5F809

Text Example


Text Example

White with #D5F809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F809; }

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

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

background-color css

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

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

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

border-color css

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

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

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