#baef35

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

Shades of Green Yellow #BAEF35

Tints of Green Yellow #BAEF35

Color information

#BAEF35 (or 0xBAEF35) is unknown color: approx Green Yellow. HEX triplet: BA, EF and 35. RGB value is (186,239,53). Sum of RGB (Red+Green+Blue) = 186+239+53=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 53 (21.09% from 255 or 11.09% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEF35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEF35 is #4510CA. Grayscale: #CACACA. Windows color (decimal): -4526283 or 3534778. OLE color: 3534778.

HSL color Cylindrical-coordinate representation of color #BAEF35: hue angle of 77.1º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAEF35 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB18623953-
CMYK0.2200.780.06
HSL77.1º85.32%57.25%-
HSV(B)77.1º77.82%93.73%-
XYZ51.7672.4314.62-
YUV201.9543.94116.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.91%
GREEN value IS 239 (93.75% from 255) = 50%
BLUE value IS 53 (21.09% from 255) = 11.09%
R=38.91%
G=50%
B=11.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal186239530.2200.780.0677.185.3257.25
HexBAEF351604E64d5539
Octal27235765260116611512571
Binary1011101011101111110101101100100111011010011011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baef35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baef35; }

 p { color: rgb(186,239,53); }

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

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

 a { background-color: rgb(186,239,53); }

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

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

 span { border-color: rgb(186,239,53); }

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