#BDFF24

Color #BDFF24 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #BDFF24

Tints of Green Yellow #BDFF24

Color information

#BDFF24 (or 0xBDFF24) is unknown color: approx Green Yellow. HEX triplet: BD, FF and 24. RGB value is (189,255,36). Sum of RGB (Red+Green+Blue) = 189+255+36=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 36 (14.45% from 255 or 7.5% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFF24 is #4200DB. Grayscale: #D3D3D3. Windows color (decimal): -4325596 or 2424765. OLE color: 2424765.

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

Color convert

RGB18925536-
CMYK0.2600.860
HSL78.08º100%57.06%-
HSV(B)78.08º85.88%100%-
XYZ57.0682.4714.58-
YUV210.329.63112.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.38%
GREEN value IS 255 (100% from 255) = 53.12%
BLUE value IS 36 (14.45% from 255) = 7.5%
R=39.38%
G=53.12%
B=7.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal189255360.2600.86078.0810057.06
HexBDFF241A05604e6439
Octal27537744320126011614471
Binary10111101111111111001001101001010110010011101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFF24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFF24; }

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

 H1.HeaderClassName
 {
   color: #BDFF24;
 }
 .AnyTagClassName
 {
   color: #BDFF24;
 }
</style>
background-color css

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

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

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

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

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

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