Html Css Color HEX #BAF37D Sulu

📋 copy color: '#BAF37D'

red 186 ◦ green 243 ◦ blue 125

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

Shades of Sulu #BAF37D

Tints of Sulu #BAF37D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.86%

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

R = 33.57%
G = 43.86%
B = 22.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#BAF37D (or 0xBAF37D) is known color: Sulu. HEX triplet: BA, F3 and 7D. RGB value is (186,243,125). Sum of RGB (Red+Green+Blue) = 186+243+125=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF37D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF37D is #450C82. Grayscale: #D4D4D4. Windows color (decimal): -4525187 or 8254394. OLE color: 8254394.

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

Color convert

RGB 186 243 125 -
CMYK 0.23 0 0.49 0.05
HSL 88.98º 0.83% 0.72% -
HSV(B) 88.98º 0.49% 0.95% -
XYZ 56 76.02 31.12 -
YUV 212.51 78.62 109.09 -
System Red Green Blue C M Y K H S L
Decimal 186 243 125 0.23 0 0.49 0.05 88.98 0.83 0.72
Hex BA F3 7D 17 0 31 5 59 53 48
Octal 272 363 175 27 0 61 5 131 123 110
Binary 10111010 11110011 1111101 10111 0 110001 101 1011001 1010011 1001000

Color Harmonies of #BAF37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF37D

Black with #BAF37D

Text Example


Text Example

White with #BAF37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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