#BAFF3C

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

Shades of Green Yellow #BAFF3C

Tints of Green Yellow #BAFF3C

Color information

#BAFF3C (or 0xBAFF3C) is unknown color: approx Green Yellow. HEX triplet: BA, FF and 3C. RGB value is (186,255,60). Sum of RGB (Red+Green+Blue) = 186+255+60=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 60 (23.83% from 255 or 11.98% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFF3C is #4500C3. Grayscale: #D4D4D4. Windows color (decimal): -4522180 or 3997626. OLE color: 3997626.

HSL color Cylindrical-coordinate representation of color #BAFF3C: hue angle of 81.23º 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 #BAFF3C is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB18625560-
CMYK0.2700.760
HSL81.23º100%61.76%-
HSV(B)81.23º76.47%100%-
XYZ56.8382.2917.16-
YUV212.1442.14109.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 255 (100% from 255) = 50.90%
BLUE value IS 60 (23.83% from 255) = 11.98%
R=37.13%
G=50.90%
B=11.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal186255600.2700.76081.2310061.76
HexBAFF3C1B04C051643e
Octal27237774330114012114476
Binary10111010111111111111001101101001100010100011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFF3C; }

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

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

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

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

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

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

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

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