Html Css Color HEX #BDFF1E Green Yellow

📋 copy color: '#BDFF1E'

red 189 ◦ green 255 ◦ blue 30

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

Shades of Green Yellow #BDFF1E

Tints of Green Yellow #BDFF1E

RGB

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

 GREEN value IS 255 (100% from 255) = 53.8%

 BLUE value IS 30 (12.11% from 255) = 6.33%

R = 39.87%
G = 53.8%
B = 6.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#BDFF1E (or 0xBDFF1E) is known color: Green Yellow. HEX triplet: BD, FF and 1E. RGB value is (189,255,30). Sum of RGB (Red+Green+Blue) = 189+255+30=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 30 (12.11% from 255 or 6.33% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFF1E is #4200E1. Grayscale: #D2D2D2. Windows color (decimal): -4325602 or 2031549. OLE color: 2031549.

HSL color Cylindrical-coordinate representation of color #BDFF1E: hue angle of 77.6º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDFF1E is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 189 255 30 -
CMYK 0.26 0 0.88 0
HSL 77.6º 1% 0.56% -
HSV(B) 77.6º 0.88% 1% -
XYZ 56.98 82.43 14.14 -
YUV 209.62 26.63 113.3 -
System Red Green Blue C M Y K H S L
Decimal 189 255 30 0.26 0 0.88 0 77.6 1 0.56
Hex BD FF 1E 1A 0 58 0 4E 64 38
Octal 275 377 36 32 0 130 0 116 144 70
Binary 10111101 11111111 11110 11010 0 1011000 0 1001110 1100100 111000

Color Harmonies of #BDFF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFF1E

Black with #BDFF1E

Text Example


Text Example

White with #BDFF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFF1E; }

 p { color: rgb(189,255,30); }

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

background-color css

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

 a { background-color: rgb(189,255,30); }

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

border-color css

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

 span { border-color: rgb(189,255,30); }

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