Html Css Color HEX #BAF57F Sulu

📋 copy color: '#BAF57F'

red 186 ◦ green 245 ◦ blue 127

#BAF57F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BAF57F

Tints of Sulu #BAF57F

RGB

 RED value IS 186 (73.05% from 255) = 33.33%

 GREEN value IS 245 (96.09% from 255) = 43.91%

 BLUE value IS 127 (50% from 255) = 22.76%

R = 33.33%
G = 43.91%
B = 22.76%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#BAF57F (or 0xBAF57F) is known color: Sulu. HEX triplet: BA, F5 and 7F. RGB value is (186,245,127). Sum of RGB (Red+Green+Blue) = 186+245+127=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 245 (96.09% from 255 or 43.91% from 558); Blue value is 127 (50% from 255 or 22.76% from 558); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF57F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF57F is #450A80. Grayscale: #D6D6D6. Windows color (decimal): -4524673 or 8385978. OLE color: 8385978.

HSL color Cylindrical-coordinate representation of color #BAF57F: hue angle of 90º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAF57F is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 245 127 -
CMYK 0.24 0 0.48 0.04
HSL 90º 0.86% 0.73% -
HSV(B) 90º 0.48% 0.96% -
XYZ 56.73 77.28 32 -
YUV 213.91 78.95 108.09 -
System Red Green Blue C M Y K H S L
Decimal 186 245 127 0.24 0 0.48 0.04 90 0.86 0.73
Hex BA F5 7F 18 0 30 4 5A 56 49
Octal 272 365 177 30 0 60 4 132 126 111
Binary 10111010 11110101 1111111 11000 0 110000 100 1011010 1010110 1001001

Color Harmonies of #BAF57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF57F

Black with #BAF57F

Text Example


Text Example

White with #BAF57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF57F; }

 p { color: rgb(186,245,127); }

 H1.HeaderClassName
 {
   color: #BAF57F;
 }
 .AnyTagClassName
 {
   color: #BAF57F;
 }
</style>

background-color css

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

 a { background-color: rgb(186,245,127); }

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

border-color css

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

 span { border-color: rgb(186,245,127); }

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