#BAEF41

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

Shades of Conifer #BAEF41

Tints of Conifer #BAEF41

Color information

#BAEF41 (or 0xBAEF41) is unknown color: approx Conifer. HEX triplet: BA, EF and 41. RGB value is (186,239,65). Sum of RGB (Red+Green+Blue) = 186+239+65=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 65 (25.78% from 255 or 13.27% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEF41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEF41 is #4510BE. Grayscale: #CBCBCB. Windows color (decimal): -4526271 or 4321210. OLE color: 4321210.

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

Color convert

RGB18623965-
CMYK0.2200.730.06
HSL78.28º84.47%59.61%-
HSV(B)78.28º72.8%93.73%-
XYZ52.0772.5516.26-
YUV203.3249.94115.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 239 (93.75% from 255) = 48.78%
BLUE value IS 65 (25.78% from 255) = 13.27%
R=37.96%
G=48.78%
B=13.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal186239650.2200.730.0678.2884.4759.61
HexBAEF411604964e543c
Octal272357101260111611612474
Binary10111010111011111000001101100100100111010011101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEF41; }

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

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

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

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

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

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

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

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