Html Css Color HEX #BAF17D Sulu

📋 copy color: '#BAF17D'

red 186 ◦ green 241 ◦ blue 125

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

Shades of Sulu #BAF17D

Tints of Sulu #BAF17D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.66%

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

R = 33.7%
G = 43.66%
B = 22.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#BAF17D (or 0xBAF17D) is known color: Sulu. HEX triplet: BA, F1 and 7D. RGB value is (186,241,125). Sum of RGB (Red+Green+Blue) = 186+241+125=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF17D is #450E82. Grayscale: #D3D3D3. Windows color (decimal): -4525699 or 8253882. OLE color: 8253882.

HSL color Cylindrical-coordinate representation of color #BAF17D: hue angle of 88.45º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAF17D is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 241 125 -
CMYK 0.23 0 0.48 0.05
HSL 88.45º 0.81% 0.72% -
HSV(B) 88.45º 0.48% 0.95% -
XYZ 55.41 74.83 30.93 -
YUV 211.33 79.28 109.93 -
System Red Green Blue C M Y K H S L
Decimal 186 241 125 0.23 0 0.48 0.05 88.45 0.81 0.72
Hex BA F1 7D 17 0 30 5 58 51 48
Octal 272 361 175 27 0 60 5 130 121 110
Binary 10111010 11110001 1111101 10111 0 110000 101 1011000 1010001 1001000

Color Harmonies of #BAF17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF17D

Black with #BAF17D

Text Example


Text Example

White with #BAF17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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