#BDFF3C

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

Shades of Green Yellow #BDFF3C

Tints of Green Yellow #BDFF3C

Color information

#BDFF3C (or 0xBDFF3C) is unknown color: approx Green Yellow. HEX triplet: BD, FF and 3C. RGB value is (189,255,60). Sum of RGB (Red+Green+Blue) = 189+255+60=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFF3C is #4200C3. Grayscale: #D5D5D5. Windows color (decimal): -4325572 or 3997629. OLE color: 3997629.

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

Color convert

RGB18925560-
CMYK0.2600.760
HSL80.31º100%61.76%-
HSV(B)80.31º76.47%100%-
XYZ57.5682.6717.2-
YUV213.0441.63110.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 255 (100% from 255) = 50.60%
BLUE value IS 60 (23.83% from 255) = 11.90%
R=37.5%
G=50.60%
B=11.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal189255600.2600.76080.3110061.76
HexBDFF3C1A04C050643e
Octal27537774320114012014476
Binary10111101111111111111001101001001100010100001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFF3C; }

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

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

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

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

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

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

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

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