Html Css Color HEX #BAF77C Sulu

📋 copy color: '#BAF77C'

red 186 ◦ green 247 ◦ blue 124

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

Shades of Sulu #BAF77C

Tints of Sulu #BAF77C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.34%

 BLUE value IS 124 (48.83% from 255) = 22.26%

R = 33.39%
G = 44.34%
B = 22.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#BAF77C (or 0xBAF77C) is known color: Sulu. HEX triplet: BA, F7 and 7C. RGB value is (186,247,124). Sum of RGB (Red+Green+Blue) = 186+247+124=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 124 (48.83% from 255 or 22.26% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF77C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF77C is #450883. Grayscale: #D7D7D7. Windows color (decimal): -4524164 or 8189882. OLE color: 8189882.

HSL color Cylindrical-coordinate representation of color #BAF77C: hue angle of 89.76º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAF77C is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 247 124 -
CMYK 0.25 0 0.50 0.03
HSL 89.76º 0.88% 0.73% -
HSV(B) 89.76º 0.5% 0.97% -
XYZ 57.15 78.42 31.19 -
YUV 214.74 76.79 107.5 -
System Red Green Blue C M Y K H S L
Decimal 186 247 124 0.25 0 0.50 0.03 89.76 0.88 0.73
Hex BA F7 7C 19 0 32 3 5A 58 49
Octal 272 367 174 31 0 62 3 132 130 111
Binary 10111010 11110111 1111100 11001 0 110010 11 1011010 1011000 1001001

Color Harmonies of #BAF77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF77C

Black with #BAF77C

Text Example


Text Example

White with #BAF77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF77C; }

 p { color: rgb(186,247,124); }

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

background-color css

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

 a { background-color: rgb(186,247,124); }

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

border-color css

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

 span { border-color: rgb(186,247,124); }

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