Html Css Color HEX #BAF577 Sulu

📋 copy color: '#BAF577'

red 186 ◦ green 245 ◦ blue 119

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

Shades of Sulu #BAF577

Tints of Sulu #BAF577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.64%

R = 33.82%
G = 44.55%
B = 21.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#BAF577 (or 0xBAF577) is known color: Sulu. HEX triplet: BA, F5 and 77. RGB value is (186,245,119). Sum of RGB (Red+Green+Blue) = 186+245+119=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 245 (96.09% from 255 or 44.55% from 550); Blue value is 119 (46.88% from 255 or 21.64% from 550); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF577 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF577 is #450A88. Grayscale: #D5D5D5. Windows color (decimal): -4524681 or 7861690. OLE color: 7861690.

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

Color convert

RGB 186 245 119 -
CMYK 0.24 0 0.51 0.04
HSL 88.1º 0.86% 0.71% -
HSV(B) 88.1º 0.51% 0.96% -
XYZ 56.23 77.08 29.37 -
YUV 213 74.95 108.75 -
System Red Green Blue C M Y K H S L
Decimal 186 245 119 0.24 0 0.51 0.04 88.1 0.86 0.71
Hex BA F5 77 18 0 33 4 58 56 47
Octal 272 365 167 30 0 63 4 130 126 107
Binary 10111010 11110101 1110111 11000 0 110011 100 1011000 1010110 1000111

Color Harmonies of #BAF577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF577

Black with #BAF577

Text Example


Text Example

White with #BAF577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF577; }

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

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

background-color css

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

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

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

border-color css

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

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

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