Html Css Color HEX #BAF07C Sulu

📋 copy color: '#BAF07C'

red 186 ◦ green 240 ◦ blue 124

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

Shades of Sulu #BAF07C

Tints of Sulu #BAF07C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.64%

 BLUE value IS 124 (48.83% from 255) = 22.55%

R = 33.82%
G = 43.64%
B = 22.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#BAF07C (or 0xBAF07C) is known color: Sulu. HEX triplet: BA, F0 and 7C. RGB value is (186,240,124). Sum of RGB (Red+Green+Blue) = 186+240+124=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 124 (48.83% from 255 or 22.55% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF07C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF07C is #450F83. Grayscale: #D3D3D3. Windows color (decimal): -4525956 or 8188090. OLE color: 8188090.

HSL color Cylindrical-coordinate representation of color #BAF07C: hue angle of 87.93º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAF07C is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 240 124 -
CMYK 0.22 0 0.48 0.06
HSL 87.93º 0.79% 0.71% -
HSV(B) 87.93º 0.48% 0.94% -
XYZ 55.05 74.21 30.49 -
YUV 210.63 79.11 110.43 -
System Red Green Blue C M Y K H S L
Decimal 186 240 124 0.22 0 0.48 0.06 87.93 0.79 0.71
Hex BA F0 7C 16 0 30 6 58 4F 47
Octal 272 360 174 26 0 60 6 130 117 107
Binary 10111010 11110000 1111100 10110 0 110000 110 1011000 1001111 1000111

Color Harmonies of #BAF07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF07C

Black with #BAF07C

Text Example


Text Example

White with #BAF07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF07C; }

 p { color: rgb(186,240,124); }

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

background-color css

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

 a { background-color: rgb(186,240,124); }

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

border-color css

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

 span { border-color: rgb(186,240,124); }

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