#BAEF74

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

Shades of Sulu #BAEF74

Tints of Sulu #BAEF74

Color information

#BAEF74 (or 0xBAEF74) is unknown color: approx Sulu. HEX triplet: BA, EF and 74. RGB value is (186,239,116). Sum of RGB (Red+Green+Blue) = 186+239+116=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEF74 is #45108B. Grayscale: #D1D1D1. Windows color (decimal): -4526220 or 7663546. OLE color: 7663546.

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

Color convert

RGB186239116-
CMYK0.2200.510.06
HSL85.85º79.35%69.61%-
HSV(B)85.85º51.46%93.73%-
XYZ54.2773.4327.84-
YUV209.1375.44111.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 239 (93.75% from 255) = 44.18%
BLUE value IS 116 (45.70% from 255) = 21.44%
R=34.38%
G=44.18%
B=21.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862391160.2200.510.0685.8579.3569.61
HexBAEF74160336564f46
Octal272357164260636126117106
Binary10111010111011111110100101100110011110101011010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEF74; }

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

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

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

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

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

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

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

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