#BAFF74

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

Shades of Sulu #BAFF74

Tints of Sulu #BAFF74

Color information

#BAFF74 (or 0xBAFF74) is unknown color: approx Sulu. HEX triplet: BA, FF and 74. RGB value is (186,255,116). Sum of RGB (Red+Green+Blue) = 186+255+116=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 116 (45.70% from 255 or 20.83% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF74 is #45008B. Grayscale: #DBDBDB. Windows color (decimal): -4522124 or 7667642. OLE color: 7667642.

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

Color convert

RGB186255116-
CMYK0.2700.550
HSL89.78º100%72.75%-
HSV(B)89.78º54.51%100%-
XYZ59.1683.2229.47-
YUV218.5270.14104.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 255 (100% from 255) = 45.78%
BLUE value IS 116 (45.70% from 255) = 20.83%
R=33.39%
G=45.78%
B=20.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862551160.2700.55089.7810072.75
HexBAFF741B03705a6449
Octal272377164330670132144111
Binary101110101111111111101001101101101110101101011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFF74; }

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

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

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

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

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

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

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

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