#BAFF33

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

Shades of Green Yellow #BAFF33

Tints of Green Yellow #BAFF33

Color information

#BAFF33 (or 0xBAFF33) is unknown color: approx Green Yellow. HEX triplet: BA, FF and 33. RGB value is (186,255,51). Sum of RGB (Red+Green+Blue) = 186+255+51=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 51 (20.31% from 255 or 10.37% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFF33 is #4500CC. Grayscale: #D3D3D3. Windows color (decimal): -4522189 or 3407802. OLE color: 3407802.

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

Color convert

RGB18625551-
CMYK0.2700.80
HSL80.29º100%60%-
HSV(B)80.29º80%100%-
XYZ56.6182.216.01-
YUV211.1137.64110.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.80%
GREEN value IS 255 (100% from 255) = 51.83%
BLUE value IS 51 (20.31% from 255) = 10.37%
R=37.80%
G=51.83%
B=10.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal186255510.2700.8080.2910060
HexBAFF331B050050643c
Octal27237763330120012014474
Binary10111010111111111100111101101010000010100001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFF33; }

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

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

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

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

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

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

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

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