Html Css Color HEX #BAF57D Sulu

📋 copy color: '#BAF57D'

red 186 ◦ green 245 ◦ blue 125

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

Shades of Sulu #BAF57D

Tints of Sulu #BAF57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.48%

R = 33.45%
G = 44.06%
B = 22.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#BAF57D (or 0xBAF57D) is known color: Sulu. HEX triplet: BA, F5 and 7D. RGB value is (186,245,125). Sum of RGB (Red+Green+Blue) = 186+245+125=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF57D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF57D is #450A82. Grayscale: #D6D6D6. Windows color (decimal): -4524675 or 8254906. OLE color: 8254906.

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

Color convert

RGB 186 245 125 -
CMYK 0.24 0 0.49 0.04
HSL 89.5º 0.86% 0.73% -
HSV(B) 89.5º 0.49% 0.96% -
XYZ 56.6 77.22 31.32 -
YUV 213.68 77.95 108.26 -
System Red Green Blue C M Y K H S L
Decimal 186 245 125 0.24 0 0.49 0.04 89.5 0.86 0.73
Hex BA F5 7D 18 0 31 4 5A 56 49
Octal 272 365 175 30 0 61 4 132 126 111
Binary 10111010 11110101 1111101 11000 0 110001 100 1011010 1010110 1001001

Color Harmonies of #BAF57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF57D

Black with #BAF57D

Text Example


Text Example

White with #BAF57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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