Html Css Color HEX #D5FA06 Electric Lime

📋 copy color: '#D5FA06'

red 213 ◦ green 250 ◦ blue 6

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

Shades of Electric Lime #D5FA06

Tints of Electric Lime #D5FA06

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.3%

 BLUE value IS 6 (2.73% from 255) = 1.28%

R = 45.42%
G = 53.3%
B = 1.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#D5FA06 (or 0xD5FA06) is known color: Electric Lime. HEX triplet: D5, FA and 06. RGB value is (213,250,6). Sum of RGB (Red+Green+Blue) = 213+250+6=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 250 (98.05% from 255 or 53.30% from 469); Blue value is 6 (2.73% from 255 or 1.28% from 469); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5FA06 is #2A05F9. Grayscale: #D4D4D4. Windows color (decimal): -2754042 or 457429. OLE color: 457429.

HSL color Cylindrical-coordinate representation of color #D5FA06: hue angle of 69.1º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D5FA06 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 250 6 -
CMYK 0.15 0 0.98 0.02
HSL 69.1º 0.96% 0.5% -
HSV(B) 69.1º 0.98% 0.98% -
XYZ 61.66 82.53 12.85 -
YUV 211.12 12.24 129.34 -
System Red Green Blue C M Y K H S L
Decimal 213 250 6 0.15 0 0.98 0.02 69.1 0.96 0.5
Hex D5 FA 6 F 0 62 2 45 60 32
Octal 325 372 6 17 0 142 2 105 140 62
Binary 11010101 11111010 110 1111 0 1100010 10 1000101 1100000 110010

Color Harmonies of #D5FA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FA06

Black with #D5FA06

Text Example


Text Example

White with #D5FA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FA06; }

 p { color: rgb(213,250,6); }

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

background-color css

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

 a { background-color: rgb(213,250,6); }

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

border-color css

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

 span { border-color: rgb(213,250,6); }

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