#BAFF7B

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

Shades of Sulu #BAFF7B

Tints of Sulu #BAFF7B

Color information

#BAFF7B (or 0xBAFF7B) is unknown color: approx Sulu. HEX triplet: BA, FF and 7B. RGB value is (186,255,123). Sum of RGB (Red+Green+Blue) = 186+255+123=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 123 (48.44% from 255 or 21.81% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF7B is #450084. Grayscale: #DBDBDB. Windows color (decimal): -4522117 or 8126394. OLE color: 8126394.

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

Color convert

RGB186255123-
CMYK0.2700.520
HSL91.36º100%74.12%-
HSV(B)91.36º51.76%100%-
XYZ59.5883.3931.69-
YUV219.3273.64104.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.98%
GREEN value IS 255 (100% from 255) = 45.21%
BLUE value IS 123 (48.44% from 255) = 21.81%
R=32.98%
G=45.21%
B=21.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862551230.2700.52091.3610074.12
HexBAFF7B1B03405b644a
Octal272377173330640133144112
Binary101110101111111111110111101101101000101101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFF7B; }

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

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

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

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

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

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

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

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