Html Css Color HEX #BDF608 Electric Lime

📋 copy color: '#BDF608'

red 189 ◦ green 246 ◦ blue 8

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

Shades of Electric Lime #BDF608

Tints of Electric Lime #BDF608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.81%

R = 42.66%
G = 55.53%
B = 1.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#BDF608 (or 0xBDF608) is known color: Electric Lime. HEX triplet: BD, F6 and 08. RGB value is (189,246,8). Sum of RGB (Red+Green+Blue) = 189+246+8=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 246 (96.48% from 255 or 55.53% from 443); Blue value is 8 (3.52% from 255 or 1.81% from 443); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF608 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF608 is #4209F7. Grayscale: #CACACA. Windows color (decimal): -4327928 or 587453. OLE color: 587453.

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

Color convert

RGB 189 246 8 -
CMYK 0.23 0 0.97 0.04
HSL 74.37º 0.94% 0.5% -
HSV(B) 74.37º 0.97% 0.96% -
XYZ 53.99 76.75 12.2 -
YUV 201.83 18.62 118.85 -
System Red Green Blue C M Y K H S L
Decimal 189 246 8 0.23 0 0.97 0.04 74.37 0.94 0.5
Hex BD F6 8 17 0 61 4 4A 5E 32
Octal 275 366 10 27 0 141 4 112 136 62
Binary 10111101 11110110 1000 10111 0 1100001 100 1001010 1011110 110010

Color Harmonies of #BDF608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF608

Black with #BDF608

Text Example


Text Example

White with #BDF608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF608; }

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

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

background-color css

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

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

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

border-color css

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

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

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