#BAEF68

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

Shades of Sulu #BAEF68

Tints of Sulu #BAEF68

Color information

#BAEF68 (or 0xBAEF68) is unknown color: approx Sulu. HEX triplet: BA, EF and 68. RGB value is (186,239,104). Sum of RGB (Red+Green+Blue) = 186+239+104=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEF68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEF68 is #451097. Grayscale: #D0D0D0. Windows color (decimal): -4526232 or 6877114. OLE color: 6877114.

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

Color convert

RGB186239104-
CMYK0.2200.560.06
HSL83.56º80.84%67.25%-
HSV(B)83.56º56.49%93.73%-
XYZ53.6173.1724.39-
YUV207.7669.44112.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.16%
GREEN value IS 239 (93.75% from 255) = 45.18%
BLUE value IS 104 (41.02% from 255) = 19.66%
R=35.16%
G=45.18%
B=19.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862391040.2200.560.0683.5680.8467.25
HexBAEF68160386545143
Octal272357150260706124121103
Binary10111010111011111101000101100111000110101010010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEF68; }

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

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

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

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

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

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

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

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