Html Css Color HEX #D5F90B Electric Lime

📋 copy color: '#D5F90B'

red 213 ◦ green 249 ◦ blue 11

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

Shades of Electric Lime #D5F90B

Tints of Electric Lime #D5F90B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.64%

 BLUE value IS 11 (4.69% from 255) = 2.33%

R = 45.03%
G = 52.64%
B = 2.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#D5F90B (or 0xD5F90B) is known color: Electric Lime. HEX triplet: D5, F9 and 0B. RGB value is (213,249,11). Sum of RGB (Red+Green+Blue) = 213+249+11=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 249 (97.66% from 255 or 52.64% from 473); Blue value is 11 (4.69% from 255 or 2.33% from 473); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F90B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F90B is #2A06F4. Grayscale: #D4D4D4. Windows color (decimal): -2754293 or 784853. OLE color: 784853.

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

Color convert

RGB 213 249 11 -
CMYK 0.14 0 0.96 0.02
HSL 69.08º 0.95% 0.51% -
HSV(B) 69.08º 0.96% 0.98% -
XYZ 61.38 81.92 12.89 -
YUV 211.1 15.07 129.35 -
System Red Green Blue C M Y K H S L
Decimal 213 249 11 0.14 0 0.96 0.02 69.08 0.95 0.51
Hex D5 F9 B E 0 60 2 45 5F 33
Octal 325 371 13 16 0 140 2 105 137 63
Binary 11010101 11111001 1011 1110 0 1100000 10 1000101 1011111 110011

Color Harmonies of #D5F90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F90B

Black with #D5F90B

Text Example


Text Example

White with #D5F90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F90B; }

 p { color: rgb(213,249,11); }

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

background-color css

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

 a { background-color: rgb(213,249,11); }

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

border-color css

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

 span { border-color: rgb(213,249,11); }

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