Html Css Color HEX #BAFD77 Sulu

📋 copy color: '#BAFD77'

red 186 ◦ green 253 ◦ blue 119

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

Shades of Sulu #BAFD77

Tints of Sulu #BAFD77

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.34%

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

R = 33.33%
G = 45.34%
B = 21.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#BAFD77 (or 0xBAFD77) is known color: Sulu. HEX triplet: BA, FD and 77. RGB value is (186,253,119). Sum of RGB (Red+Green+Blue) = 186+253+119=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 119 (46.88% from 255 or 21.33% from 558); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFD77 is #450288. Grayscale: #DADADA. Windows color (decimal): -4522633 or 7863738. OLE color: 7863738.

HSL color Cylindrical-coordinate representation of color #BAFD77: hue angle of 90º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAFD77 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 253 119 -
CMYK 0.26 0 0.53 0.01
HSL 90º 0.97% 0.73% -
HSV(B) 90º 0.53% 0.99% -
XYZ 58.7 82.02 30.19 -
YUV 217.69 72.3 105.4 -
System Red Green Blue C M Y K H S L
Decimal 186 253 119 0.26 0 0.53 0.01 90 0.97 0.73
Hex BA FD 77 1A 0 35 1 5A 61 49
Octal 272 375 167 32 0 65 1 132 141 111
Binary 10111010 11111101 1110111 11010 0 110101 1 1011010 1100001 1001001

Color Harmonies of #BAFD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFD77

Black with #BAFD77

Text Example


Text Example

White with #BAFD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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