Html Css Color HEX #BDF605 Electric Lime

📋 copy color: '#BDF605'

red 189 ◦ green 246 ◦ blue 5

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

Shades of Electric Lime #BDF605

Tints of Electric Lime #BDF605

RGB

 RED value IS 189 (74.22% from 255) = 42.95%

 GREEN value IS 246 (96.48% from 255) = 55.91%

 BLUE value IS 5 (2.34% from 255) = 1.14%

R = 42.95%
G = 55.91%
B = 1.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#BDF605 (or 0xBDF605) is known color: Electric Lime. HEX triplet: BD, F6 and 05. RGB value is (189,246,5). Sum of RGB (Red+Green+Blue) = 189+246+5=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 246 (96.48% from 255 or 55.91% from 440); Blue value is 5 (2.34% from 255 or 1.14% from 440); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF605 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF605 is #4209FA. Grayscale: #CACACA. Windows color (decimal): -4327931 or 390845. OLE color: 390845.

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

Color convert

RGB 189 246 5 -
CMYK 0.23 0 0.98 0.04
HSL 74.19º 0.96% 0.49% -
HSV(B) 74.19º 0.98% 0.96% -
XYZ 53.97 76.74 12.11 -
YUV 201.48 17.12 119.1 -
System Red Green Blue C M Y K H S L
Decimal 189 246 5 0.23 0 0.98 0.04 74.19 0.96 0.49
Hex BD F6 5 17 0 62 4 4A 60 31
Octal 275 366 5 27 0 142 4 112 140 61
Binary 10111101 11110110 101 10111 0 1100010 100 1001010 1100000 110001

Color Harmonies of #BDF605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF605

Black with #BDF605

Text Example


Text Example

White with #BDF605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF605; }

 p { color: rgb(189,246,5); }

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

background-color css

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

 a { background-color: rgb(189,246,5); }

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

border-color css

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

 span { border-color: rgb(189,246,5); }

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