#BAFE69

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

Shades of Sulu #BAFE69

Tints of Sulu #BAFE69

Color information

#BAFE69 (or 0xBAFE69) is unknown color: approx Sulu. HEX triplet: BA, FE and 69. RGB value is (186,254,105). Sum of RGB (Red+Green+Blue) = 186+254+105=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFE69 is #450196. Grayscale: #D9D9D9. Windows color (decimal): -4522391 or 6946490. OLE color: 6946490.

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

Color convert

RGB186254105-
CMYK0.2700.590.00
HSL87.38º98.68%70.39%-
HSV(B)87.38º58.66%99.61%-
XYZ58.2482.3426.19-
YUV216.6864.97106.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 254 (99.61% from 255) = 46.61%
BLUE value IS 105 (41.41% from 255) = 19.27%
R=34.13%
G=46.61%
B=19.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862541050.2700.590.0087.3898.6870.39
HexBAFE691B03B0576346
Octal272376151330730127143106
Binary101110101111111011010011101101110110101011111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFE69; }

 p { color: rgb(186,254,105); }

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

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

 a { background-color: rgb(186,254,105); }

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

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

 span { border-color: rgb(186,254,105); }

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