Html Css Color HEX #BAFA63 Sulu

📋 copy color: '#BAFA63'

red 186 ◦ green 250 ◦ blue 99

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

Shades of Sulu #BAFA63

Tints of Sulu #BAFA63

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.73%

 BLUE value IS 99 (39.06% from 255) = 18.5%

R = 34.77%
G = 46.73%
B = 18.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#BAFA63 (or 0xBAFA63) is known color: Sulu. HEX triplet: BA, FA and 63. RGB value is (186,250,99). Sum of RGB (Red+Green+Blue) = 186+250+99=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 99 (39.06% from 255 or 18.50% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFA63 is #45059C. Grayscale: #D6D6D6. Windows color (decimal): -4523421 or 6552250. OLE color: 6552250.

HSL color Cylindrical-coordinate representation of color #BAFA63: hue angle of 85.43º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAFA63 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 250 99 -
CMYK 0.26 0 0.60 0.02
HSL 85.43º 0.94% 0.68% -
HSV(B) 85.43º 0.6% 0.98% -
XYZ 56.69 79.71 24.2 -
YUV 213.65 63.3 108.28 -
System Red Green Blue C M Y K H S L
Decimal 186 250 99 0.26 0 0.60 0.02 85.43 0.94 0.68
Hex BA FA 63 1A 0 3C 2 55 5E 44
Octal 272 372 143 32 0 74 2 125 136 104
Binary 10111010 11111010 1100011 11010 0 111100 10 1010101 1011110 1000100

Color Harmonies of #BAFA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFA63

Black with #BAFA63

Text Example


Text Example

White with #BAFA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFA63; }

 p { color: rgb(186,250,99); }

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

background-color css

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

 a { background-color: rgb(186,250,99); }

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

border-color css

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

 span { border-color: rgb(186,250,99); }

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